Skip to content

Commit b7db905

Browse files
committed
Fix some checking configurations
1 parent 7f56102 commit b7db905

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

igor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def do_check_eol():
254254
'*.egg-info',
255255
'_build',
256256
'_spell',
257+
'tmp',
257258
]
258259
checked = set()
259260

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ setenv =
7979
commands =
8080
python -m tabnanny {env:LINTABLE}
8181
python igor.py check_eol
82-
check-manifest --ignore 'lab*,perf*,doc/sample_html*,.treerc,.github*'
82+
check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
8383
python setup.py -q sdist bdist_wheel
8484
twine check dist/*
8585
python -m pylint --notes= -j 4 {env:LINTABLE}

0 commit comments

Comments
 (0)