mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 04:52:21 +08:00
Enable Ruff PGH rules (#13304)
This commit is contained in:
@@ -40,6 +40,7 @@ select = [
|
||||
"B", # flake8-bugbear
|
||||
"FA", # flake8-future-annotations
|
||||
"I", # isort
|
||||
"PGH", # pygrep-hooks
|
||||
"RUF", # Ruff-specific and unused-noqa
|
||||
"UP", # pyupgrade
|
||||
# Flake8 base rules
|
||||
|
||||
Reference in New Issue
Block a user