Skip to content

Commit

Permalink
Bump dependencies (#274)
Browse files Browse the repository at this point in the history
- astral-sh/ruff to v0.5.7
- pre-commit/pre-commit to v3.8.0
- python-jsonschema/check-jsonschema to 0.29.1
- tox-dev/pyproject-fmt to 2.2.1
  • Loading branch information
edgarrmondragon authored Aug 10, 2024
1 parent 0906e65 commit 9b5ddd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
- id: check-dependabot
- id: check-github-workflows
8 changes: 4 additions & 4 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.1.4
rev: 2.2.1
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.5.7
hooks:
- id: ruff
name: Ruff lint
Expand All @@ -33,12 +33,12 @@ repos:
name: Ruff format

- repo: https://github.com/pre-commit/pre-commit
rev: v3.7.1
rev: v3.8.0
hooks:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
- id: check-dependabot
- id: check-github-workflows

0 comments on commit 9b5ddd7

Please sign in to comment.