Skip to content

Commit c0fcf1b

Browse files
committed
Try fixing the line length
1 parent f4c6dfa commit c0fcf1b

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: [ --fix ]
100+
args: [ --line-length, "79", --fix ]
101101
- id: ruff-format
102102

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

0 commit comments

Comments
 (0)