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 c0f9a91 commit eaa4fb7Copy full SHA for eaa4fb7
setup.cfg
@@ -1,5 +1,5 @@
1
[flake8]
2
-exclude = .*/,.tox,*.egg,qencode/_compat.py,qencode/__*__.py,
+exclude = .*/,.tox,*.egg,build/,qencode/_compat.py,qencode/__*__.py,
3
select = E,W,F,N
4
max-line-length = 88
5
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429
0 commit comments