chore: deprecate pylint in favor of ruff (#31262)

Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
Maxime Beauchemin
2024-12-13 12:53:14 -08:00
committed by GitHub
parent 21e794a66f
commit 4bccf36375
8 changed files with 22 additions and 455 deletions

View File

@@ -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",
]