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 257a02c commit 27ec037Copy full SHA for 27ec037
tox.ini
@@ -26,7 +26,7 @@ commands = flake8
26
commands = {posargs}
27
28
[flake8]
29
-ignore = D100,D101,D102,D103,D104,D203
+ignore = D100,D101,D102,D103,D104,D203, W605
30
show-source = True
31
exclude = .venv,.tox,dist,doc,*egg,build,test*
32
max-line-length = 140
0 commit comments