Skip to content

Commit

Permalink
Add if-key-in-dict-del ruff rule to ignore list (archlinux#3082)
Browse files Browse the repository at this point in the history
The rule is concerned with code style rather than correctness or
performance.
  • Loading branch information
correctmost authored Jan 7, 2025
1 parent e712144 commit 25b7bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ ignore = [
"RUF012", # mutable-class-default
"RUF015", # unnecessary-iterable-allocation-for-first-element
"RUF039", # unraw-re-pattern
"RUF051", # if-key-in-dict-del
"UP037", # quoted-annotation
"W191", # tab-indentation
]
Expand Down

0 comments on commit 25b7bbb

Please sign in to comment.