diff options
-rw-r--r-- | igor.py | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -254,6 +254,7 @@ def do_check_eol(): '*.egg-info', '_build', '_spell', + 'tmp', ] checked = set() @@ -79,7 +79,7 @@ setenv = commands = python -m tabnanny {env:LINTABLE} python igor.py check_eol - check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc,.github*' + check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*' python setup.py -q sdist bdist_wheel twine check dist/* python -m pylint --notes= -j 4 {env:LINTABLE} |