Enable Ruff PGH rules (#13304)

This commit is contained in:
Avasam
2024-12-26 16:35:34 -05:00
committed by GitHub
parent dee35e22bb
commit dde13fb91d
5 changed files with 5 additions and 4 deletions

View File

@@ -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