Skip to content

Commit 85081ce

Browse files
committed
chore: add flake8-bugbear ruff checker
1 parent 4e4f893 commit 85081ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ exclude_lines = [
7272

7373
[tool.ruff.lint]
7474
select = [
75+
"B", # flake8-bugbear
7576
"D", # pydocstyle
7677
"E", # pycodestyle
7778
"F", # pyflakes

0 commit comments

Comments
 (0)