We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b256c1 commit 6c5ea0aCopy full SHA for 6c5ea0a
setup.cfg
@@ -1,6 +1,6 @@
1
[flake8]
2
exclude = docs,.venv,*.pyi,.buildozer,build,dist,.eggs
3
-ignore = E203,E501,W503
+ignore = E203,E501,E704,W503
4
5
[aliases]
6
test = pytest
0 commit comments