[core] Enable ruff PYI (flake8-pyi) lint family (#16654)

This commit is contained in:
J. Nick Koston
2026-05-25 20:55:35 -05:00
committed by GitHub
parent dd0028c1b5
commit 489cf483d0
5 changed files with 18 additions and 15 deletions

View File

@@ -126,6 +126,7 @@ select = [
"NPY", # numpy-specific rules
"PERF", # performance
"PL", # pylint
"PYI", # flake8-pyi
"Q", # flake8-quotes
"RSE", # flake8-raise
"SIM", # flake8-simplify