We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c046f commit 8180c7dCopy full SHA for 8180c7d
.pre-commit-config.yaml
@@ -30,6 +30,8 @@ repos:
30
files: ^pandas
31
exclude: ^pandas/tests
32
args: [--select, "ANN001,ANN2", --fix-only, --exit-non-zero-on-fix]
33
+ - id: ruff
34
+ args: [--preview, --exit-non-zero-on-fix, --select=PLW2901]
35
- id: ruff-format
36
- repo: https://github.com/jendrikseipp/vulture
37
rev: v2.11
0 commit comments