Skip to content

Commit 3a9d459

Browse files
committed
chore: add flake8-bugbear ruff checker
1 parent b2d18c6 commit 3a9d459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ exclude_lines = [
6969

7070
[tool.ruff.lint]
7171
select = [
72+
"B", # flake8-bugbear
7273
"D", # pydocstyle
7374
"E", # pycodestyle
7475
"F", # pyflakes

0 commit comments

Comments
 (0)