Skip to content

Commit f4e1f24

Browse files
Update .pre-commit-config.yaml
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 9be9682 commit f4e1f24

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
@@ -22,7 +22,7 @@ repos:
2222
rev: v0.12.7
2323
hooks:
2424
- id: ruff
25-
args: [--exit-non-zero-on-fix --show-fixes]
25+
args: [--exit-non-zero-on-fix, --show-fixes]
2626
exclude: ^pandas/tests/frame/test_query_eval.py
2727
- id: ruff
2828
# TODO: remove autofix only rules when they are checked by ruff

0 commit comments

Comments
 (0)