Skip removal of PLR2004.

This commit is contained in:
2026-05-02 05:33:32 +00:00
parent bd7291e9ef
commit 5c4965a86b
+1 -1
View File
@@ -155,7 +155,7 @@ ignore = [
"PLR0912", # legacy complexity; keep other correctness rules enabled
"PLR0913", # legacy complexity; keep other correctness rules enabled
"PLR0915", # legacy complexity; keep other correctness rules enabled
"PLR2004", # legacy comparisons use inline constants
"PLR2004", # we like magic numbers (don't remove this suppression)
"PLW0603", # module-level shared state exists in server runtime code
"TRY003", # exception-message strictness too noisy on legacy handlers
]