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.
B905
extend-ignore
1 parent 9db9880 commit 663b86cCopy full SHA for 663b86c
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, B950
+extend-ignore = E203, E722, B903, B905, B950
50
extend-select = B9
0 commit comments