chore: add a selection of PERF rules (#2313)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2025-04-13 01:06:33 -04:00
committed by GitHub
parent 93314a8d65
commit 74a7d8a68e
3 changed files with 22 additions and 26 deletions
+1
View File
@@ -201,6 +201,7 @@ extend-select = [
"YTT", # flake8-2020
"EXE", # flake8-executable
"PYI", # flake8-pyi
"PERF101", "PERF102", "PERF401", "PERF402", "PERF403", # A selection of perflint codes
]
ignore = [
"PLR", # Design related pylint codes