We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310a1a0 commit d66b80dCopy full SHA for d66b80d
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
name: ruff
27
pass_filenames: false
28
always_run: true
29
- args: ["python", "--fix"]
+ args: ["check", "python", "--fix"]
30
- repo: local
31
hooks:
32
- id: fmt
0 commit comments