Skip to content

Commit 3b7f8c1

Browse files
committed
test: check pylint for new files before adding them to git
1 parent 56713f2 commit 3b7f8c1

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
@@ -80,12 +80,12 @@ setenv =
8080
commands =
8181
python -m tabnanny {env:LINTABLE}
8282
python igor.py check_eol
83-
check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
8483
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),
8584
# this can be simplifed:
8685
python igor.py quietly "python -m build"
8786
twine check dist/*
8887
python -m pylint --notes= {env:LINTABLE}
88+
check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
8989

9090
[gh-actions]
9191
python =

0 commit comments

Comments
 (0)