Skip to content

Commit 41a1113

Browse files
authored
Update pyproject.toml
1 parent a83fa6b commit 41a1113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pyflakes = [
7878
'-E203', '-E741', '-E402', '-W504', '-W605', '-F401'
7979
]
8080
#flake8-black = ["+*"]
81-
flake8-bugbear = ["+*", '-B023']
81+
flake8-bugbear = ["+*", '-B023', '-B028']
8282
flake8-comprehensions = ["+*", '-C408', '-C417']
8383

8484
[tool.black]

0 commit comments

Comments
 (0)