Skip to content

Commit dec410e

Browse files
scopwojcikstefan
authored andcommitted
Ignore more dirs in flake8 tests (#31)
1 parent 566632c commit dec410e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ basepython = pypy3
2525
[testenv:flake8]
2626
deps = flake8
2727
flake8-import-order
28-
commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg .
28+
commands = flake8 --statistics --show-source --ignore=E501 --exclude=.venv,.tox,*egg,*.egg-info,build,dist .

0 commit comments

Comments
 (0)