We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878bb1d commit 67872cbCopy full SHA for 67872cb
.pre-commit-config.yaml
@@ -15,6 +15,6 @@ repos:
15
hooks:
16
# Run the linter.
17
- id: ruff
18
- args: [--fix]
+ args: [--fix, --select F,I]
19
# Run the formatter.
20
- id: ruff-format
0 commit comments