Skip to content

Commit

Permalink
project: Extend ruff check with flake8-bugbear
Browse files Browse the repository at this point in the history
Enable flake8-bugbear rules when running ruff check.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Nov 4, 2024
1 parent 9c44928 commit 43d8f5a
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 @@ -50,6 +50,7 @@ line-length = 100

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
"E", # pycodestyle errors
"UP", # pyupgrade
"W", # pycodestyle warnings
Expand Down

0 comments on commit 43d8f5a

Please sign in to comment.