Skip to content

Commit dba6c4b

Browse files
committed
Enable if-key-in-dict-del ruff rule
1 parent 76d6f08 commit dba6c4b

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)