Skip to content

Commit

Permalink
chore: deprecate pylint in favor of ruff (apache#31262)
Browse files Browse the repository at this point in the history
Co-authored-by: Ville Brofeldt <[email protected]>
  • Loading branch information
mistercrunch and villebro authored Dec 13, 2024
1 parent 21e794a commit 4bccf36
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 455 deletions.
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,3 @@ repos:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: local
hooks:
- id: pylint
name: pylint
entry: pylint
language: system
types: [python]
exclude: ^(tests/|superset/migrations/|scripts/|RELEASING/|docker/)
args:
[
"-rn", # Only display messages
"-sn", # Don't display the score
"--rcfile=.pylintrc",
]
380 changes: 0 additions & 380 deletions .pylintrc

This file was deleted.

Loading

0 comments on commit 4bccf36

Please sign in to comment.