Skip to content

Commit 1bd8c26

Browse files
committed
MNT: Fix ruff arg in pre-commit config
1 parent f40ac39 commit 1bd8c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
rev: v0.3.4
1717
hooks:
1818
- id: ruff
19-
args: [--fix, --show-fix, --exit-non-zero-on-fix]
19+
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
2020
exclude: = ["doc", "tools"]
2121
- id: ruff-format
2222
exclude: = ["doc", "tools"]

0 commit comments

Comments
 (0)