Skip to content

Commit

Permalink
test: check pylint for new files before adding them to git
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 31, 2021
1 parent 56713f2 commit 3b7f8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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 =
Expand Down

0 comments on commit 3b7f8c1

Please sign in to comment.