Skip to content

Commit

Permalink
Rely on ruff in pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Oct 8, 2024
1 parent 09f6f17 commit b5a6b38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ repos:
rev: "v0.6.9"
hooks:
- id: ruff
- repo: https://github.com/PyCQA/isort
rev: 5.13.2
hooks:
- id: isort
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
Expand Down

0 comments on commit b5a6b38

Please sign in to comment.