Enable Ruff PLE (Pylint Error) (#13305)

This commit is contained in:
Avasam
2025-03-04 06:11:32 -05:00
committed by GitHub
parent 641ca188ef
commit 63e6ea8821
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -46,6 +46,7 @@ select = [
"N", # pep8-naming
"PGH", # pygrep-hooks
"PLC", # Pylint Convention
"PLE", # Pylint Error
"PLR", # Pylint Refactor
"RUF", # Ruff-specific and unused-noqa
"TRY", # tryceratops