We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4f893 commit 85081ceCopy full SHA for 85081ce
pyproject.toml
@@ -72,6 +72,7 @@ exclude_lines = [
72
73
[tool.ruff.lint]
74
select = [
75
+ "B", # flake8-bugbear
76
"D", # pydocstyle
77
"E", # pycodestyle
78
"F", # pyflakes
0 commit comments