Skip to content

Commit

Permalink
style: Enable ruff useless-expression (B018) (equivalent to pylint po…
Browse files Browse the repository at this point in the history
…intless-statement / W010)
  • Loading branch information
echoix committed Jul 7, 2024
1 parent ff4ba85 commit d2155fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ ignore = [
"B008", # function-call-in-default-argument
"B009", # get-attr-with-constant
"B015", # useless-comparison
"B018", # useless-expression
"B020", # loop-variable-overrides-iterator
"B023", # function-uses-loop-variable
"B026", # star-arg-unpacking-after-keyword-arg
Expand Down

0 comments on commit d2155fc

Please sign in to comment.