Enable if-key-in-dict-del ruff rule (#4269)

This commit is contained in:
codefiles 2026-02-28 16:06:49 -05:00 committed by GitHub
parent f19f8d195f
commit 74a230dae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -231,7 +231,6 @@ ignore = [
"RUF005", # collection-literal-concatenation
"RUF015", # unnecessary-iterable-allocation-for-first-element
"RUF039", # unraw-re-pattern
"RUF051", # if-key-in-dict-del
"RUF067", # non-empty-init-module
"W191", # tab-indentation
]