Skip to content

Commit 74a230d

Browse files
authored
Enable if-key-in-dict-del ruff rule (#4269)
1 parent f19f8d1 commit 74a230d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ ignore = [
231231
"RUF005", # collection-literal-concatenation
232232
"RUF015", # unnecessary-iterable-allocation-for-first-element
233233
"RUF039", # unraw-re-pattern
234-
"RUF051", # if-key-in-dict-del
235234
"RUF067", # non-empty-init-module
236235
"W191", # tab-indentation
237236
]

0 commit comments

Comments
 (0)