Skip to content

Commit 8af13d6

Browse files
committed
Enable pylint
1 parent a8c046f commit 8af13d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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]
3335
- id: ruff-format
3436
- repo: https://github.com/jendrikseipp/vulture
3537
rev: v2.11

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ target-version = "py310"
193193
fix = true
194194
unfixable = []
195195
typing-modules = ["pandas._typing"]
196+
extend-select = ["PL"]
196197

197198
select = [
198199
# pyflakes

0 commit comments

Comments
 (0)