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 663b86c commit 9727dcdCopy full SHA for 9727dcd
setup.cfg
@@ -46,5 +46,5 @@ zip_safe = False
46
max-line-length = 120
47
show_source = True
48
exclude = .git, __pycache__, build, dist, docs, tools, venv
49
-extend-ignore = E203, E722, B903, B905, B950
50
-extend-select = B9
+extend-ignore = E203, E722
+extend-select = B902, B904
0 commit comments