We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdf9d2 commit f5a1630Copy full SHA for f5a1630
1 file changed
.pre-commit-config.yaml
@@ -50,6 +50,9 @@ repos:
50
rev: v0.11.3
51
hooks:
52
- id: ruff
53
+ args: ["check", "--select", "I", "--fix"]
54
+ fail_fast: true
55
+ - id: ruff
56
- repo: local
57
58
- id: pylint
0 commit comments