Skip to content

Commit 0b2dd06

Browse files
committed
Add --exit-zero to ruff check to handle unfixable line length issues
1 parent c88927b commit 0b2dd06

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
@@ -3,7 +3,7 @@ repos:
33
hooks:
44
- id: ruff-check
55
name: ruff check
6-
entry: uv run ruff check --fix
6+
entry: uv run ruff check --fix --exit-zero
77
language: system
88
types: [python]
99
pass_filenames: false

0 commit comments

Comments
 (0)