mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 05:14:18 +00:00
Report full version in check-ast
This commit is contained in:
parent
a574f8cb2b
commit
8ad9e7c94c
3 changed files with 8 additions and 6 deletions
2
tox.ini
2
tox.ini
|
|
@ -14,7 +14,7 @@ setenv =
|
|||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
coverage report --show-missing --fail-under 100
|
||||
coverage report --fail-under 100
|
||||
pre-commit install -f --install-hooks
|
||||
pre-commit run --all-files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue