Enable Ruff flake8-pie (PIE) (#13747)

This commit is contained in:
Avasam
2025-04-02 02:43:25 -04:00
committed by GitHub
parent bf8d2a9912
commit aaf1e0313c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ select = [
"I", # isort
"N", # pep8-naming
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PL", # Pylint
"RUF", # Ruff-specific and unused-noqa
"TRY", # tryceratops
+1 -1
View File
@@ -265,7 +265,7 @@ else:
GraphicsExpose = "13"
Gravity = "24"
KeyPress = "2"
Key = "2"
Key = KeyPress
KeyRelease = "3"
Keymap = "11"
Leave = "8"