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 3ca67cf commit efe0966Copy full SHA for efe0966
pyproject.toml
@@ -32,6 +32,8 @@ select = [
32
"PLE", # pylint error
33
"Q", # flake8-quotes
34
"A", # flake8-builtins
35
+ "B", # flake8-bugbear
36
+ "N", # pep8-naming
37
]
38
39
ignore = [
0 commit comments