Skip to content

Commit 923586f

Browse files
committed
Tidy up ruff pre-commit config
1 parent b24e199 commit 923586f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
rev: 'v0.12.9' # keep in sync with .github/workflows/ruff.yml
2323
hooks:
24-
- id: ruff
25-
args: [--fix, --exit-non-zero-on-fix]
24+
- id: ruff-check
25+
args: [--fix]
2626
- id: ruff-format

0 commit comments

Comments
 (0)