Skip to content

Commit 1a7ccab

Browse files
committed
Move ruff's --fix to pre-commit
1 parent c8b947c commit 1a7ccab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ repos:
1717
rev: v0.11.5
1818
hooks:
1919
- id: ruff
20+
args: [--fix]
2021
- id: ruff-format
2122

2223
- repo: https://github.com/python-jsonschema/check-jsonschema

0 commit comments

Comments
 (0)