Skip to content

Commit

Permalink
Finally enable ruff bugbear lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Sep 19, 2024
1 parent 97956e0 commit 2bd1a89
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 @@ -253,6 +253,7 @@ ignore = [
"UP007",
]
extend-select = [
"B", # flake8-bugbear
"F", # Pyflakes
"E", # Pycodestyle
"W",
Expand Down

0 comments on commit 2bd1a89

Please sign in to comment.