Skip to content

Commit 3d8ba99

Browse files
committed
Remove explicit cmd line args from pre-commit config
1 parent eb0ec4f commit 3d8ba99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ repos:
9797
rev: v0.15.1
9898
hooks:
9999
- id: ruff-check
100-
args: [ --line-length, "79", --fix ]
100+
args: [ --fix, --exit-non-zero-on-fix ]
101101
- id: ruff-format
102102

103103
# Python: Flake8 (checks only, does this support auto-fixes?)

0 commit comments

Comments
 (0)