We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df1a03b + ffed42a commit edabbb8Copy full SHA for edabbb8
3 files changed
.pre-commit-config.yaml
@@ -5,6 +5,6 @@ repos:
5
hooks:
6
# Run the linter.
7
- id: ruff
8
- args: [ --select, I, --fix ]
+ args: [ --select, I, B, --fix ]
9
# Run the formatter.
10
- id: ruff-format
0 commit comments