Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent e25ed5d commit 688a0e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.3'
rev: 'v0.9.4'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand All @@ -27,7 +27,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-renovate
args: ["--verbose"]
Expand All @@ -46,7 +46,7 @@ repos:
- id: validate-pyproject

- repo: https://github.com/crate-ci/typos
rev: dictgen-v0.3.1
rev: v0.4.0
hooks:
- id: typos
exclude: ^\.gitignore$
Expand Down

0 comments on commit 688a0e3

Please sign in to comment.