mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 20:45:49 +08:00
Enable Ruff flake8-pie (PIE) (#13747)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -265,7 +265,7 @@ else:
|
||||
GraphicsExpose = "13"
|
||||
Gravity = "24"
|
||||
KeyPress = "2"
|
||||
Key = "2"
|
||||
Key = KeyPress
|
||||
KeyRelease = "3"
|
||||
Keymap = "11"
|
||||
Leave = "8"
|
||||
|
||||
Reference in New Issue
Block a user