Skip to content

Commit

Permalink
Enable pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tqa236 committed Jan 31, 2024
1 parent a8c046f commit 4e9e611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ repos:
files: ^pandas
exclude: ^pandas/tests
args: [--select, "ANN001,ANN2", --fix-only, --exit-non-zero-on-fix]
- id: ruff
args: [--preview, --exit-non-zero-on-fix, --select=PLW2901]
- id: ruff-format
- repo: https://github.com/jendrikseipp/vulture
rev: v2.11
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ target-version = "py310"
fix = true
unfixable = []
typing-modules = ["pandas._typing"]
extend-select = ["PL"]

select = [
# pyflakes
Expand Down

0 comments on commit 4e9e611

Please sign in to comment.