Skip to content

Commit d7739fa

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

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
@@ -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 ]
101101
- id: ruff-format
102102

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

0 commit comments

Comments
 (0)