Skip to content

Commit

Permalink
update pre-commit ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 21, 2024
1 parent 0dc749c commit f43e564
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ repos:
- --remove-all-unused-imports
exclude: test/integration/(actual|expected|samples).*
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.259
rev: v0.6.1
hooks:
- id: ruff
# args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
- repo: https://github.com/psf/blackˆc
rev: 22.10.0
hooks:
- id: black
Expand Down

0 comments on commit f43e564

Please sign in to comment.