Skip to content

Commit 8180c7d

Browse files
committed
Enable pylint
1 parent a8c046f commit 8180c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ repos:
3030
files: ^pandas
3131
exclude: ^pandas/tests
3232
args: [--select, "ANN001,ANN2", --fix-only, --exit-non-zero-on-fix]
33+
- id: ruff
34+
args: [--preview, --exit-non-zero-on-fix, --select=PLW2901]
3335
- id: ruff-format
3436
- repo: https://github.com/jendrikseipp/vulture
3537
rev: v2.11

0 commit comments

Comments
 (0)