diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-27 11:27:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-27 11:27:33 -0500 |
commit | cceadff1d3d33c046042b606d40e01f41e23ec5d (patch) | |
tree | bb7476edaf0bce6c4b67f288aa4ce5c21c95a0e8 /tox.ini | |
parent | 9b4c05dbc779a47c5b65e9a6ceebe032cf96b944 (diff) | |
download | python-coveragepy-git-cceadff1d3d33c046042b606d40e01f41e23ec5d.tar.gz |
test: add phystokens.py to the mypy train
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -76,7 +76,7 @@ deps = setenv = {[testenv]setenv} LINTABLE=coverage tests doc ci igor.py setup.py __main__.py - TYPEABLE=coverage/files.py coverage/numbits.py + TYPEABLE=coverage/files.py coverage/numbits.py coverage/phystokens.py commands = python -m tabnanny {env:LINTABLE} @@ -85,13 +85,13 @@ commands = python -m cogapp -cP --check --verbosity=1 doc/*.rst python -m cogapp -cP --check --verbosity=1 .github/workflows/*.yml #doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst + mypy {env:TYPEABLE} + python -m pylint --notes= {env:LINTABLE} + check-manifest --ignore 'doc/sample_html/*,.treerc' # 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/* - mypy {env:TYPEABLE} - python -m pylint --notes= {env:LINTABLE} - check-manifest --ignore 'doc/sample_html/*,.treerc' [gh-actions] # PYVERSIONS |