summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-31 07:41:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-31 09:17:11 -0400
commit3b7f8c1dd7aceea22f35224729b36d19c1dbdcbd (patch)
tree9fc673e6ffab79d4e14962bc6805c27f4f0b9cd0
parent56713f234c0a607947f201f1b4b2b972776251b5 (diff)
downloadpython-coveragepy-git-3b7f8c1dd7aceea22f35224729b36d19c1dbdcbd.tar.gz
test: check pylint for new files before adding them to git
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c2b434e4..28adb28a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -80,12 +80,12 @@ setenv =
commands =
python -m tabnanny {env:LINTABLE}
python igor.py check_eol
- check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),
# this can be simplifed:
python igor.py quietly "python -m build"
twine check dist/*
python -m pylint --notes= {env:LINTABLE}
+ check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
[gh-actions]
python =