We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83fa6b commit 41a1113Copy full SHA for 41a1113
pyproject.toml
@@ -78,7 +78,7 @@ pyflakes = [
78
'-E203', '-E741', '-E402', '-W504', '-W605', '-F401'
79
]
80
#flake8-black = ["+*"]
81
-flake8-bugbear = ["+*", '-B023']
+flake8-bugbear = ["+*", '-B023', '-B028']
82
flake8-comprehensions = ["+*", '-C408', '-C417']
83
84
[tool.black]
0 commit comments