Skip to content

Commit

Permalink
Update pre-commit hooks (#510)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 6383c13 commit c4291e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.9.6'
rev: 'v0.9.7'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down Expand Up @@ -45,6 +45,6 @@ repos:
- id: validate-pyproject

- repo: https://github.com/crate-ci/typos
rev: v1.29.8
rev: v1.29.9
hooks:
- id: typos

0 comments on commit c4291e0

Please sign in to comment.