Skip to content

Commit

Permalink
Do not ignore ruff/bugbear rule (B009)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Aug 7, 2024
1 parent e1328d5 commit cebabbb
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 @@ -74,7 +74,6 @@ extend-select = [
"W"
]
ignore = [
"B009",
"B027",
"N818",
"RUF003",
Expand Down

0 comments on commit cebabbb

Please sign in to comment.