Skip to content

Commit b5a6b38

Browse files
committed
Rely on ruff in pre-commit.
1 parent 09f6f17 commit b5a6b38

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ repos:
1818
rev: "v0.6.9"
1919
hooks:
2020
- id: ruff
21-
- repo: https://github.com/PyCQA/isort
22-
rev: 5.13.2
23-
hooks:
24-
- id: isort
21+
args: [--fix, --exit-non-zero-on-fix]
2522
- repo: https://github.com/psf/black
2623
rev: 24.10.0
2724
hooks:

0 commit comments

Comments
 (0)