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 566632c commit dec410eCopy full SHA for dec410e
tox.ini
@@ -25,4 +25,4 @@ basepython = pypy3
25
[testenv:flake8]
26
deps = flake8
27
flake8-import-order
28
-commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg .
+commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg,*.egg-info,build,dist .
0 commit comments