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 5, 2024
1 parent be694ed commit 8f7fc5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ line-length = 100

[tool.ruff.lint]
extend-select = [
<<<<<<< HEAD
"I", # isort
=======
"B", # flake8-bugbear
"E", # pycodestyle errors
>>>>>>> f20fd71 (project: Extend ruff check with pycodestyle)
"UP", # pyupgrade
"W", # pycodestyle warnings
]
Expand Down

0 comments on commit 8f7fc5e

Please sign in to comment.