Skip to content

Commit df8c4a1

Browse files
committed
pre-commit: fix ruff hook being a no-op
1 parent 5a17ec1 commit df8c4a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ repos:
2626
rev: 'v0.0.265'
2727
hooks:
2828
- id: ruff
29+
args: [--fix, --exit-non-zero-on-fix]
2930
- repo: local
3031
hooks:
3132
- id: typos-syncroniz

0 commit comments

Comments
 (0)