Expose pre-commit tool hooks execution times (#692)
This commit is contained in:
parent
fd838ca64e
commit
462624f49e
2
tox.ini
2
tox.ini
|
@ -82,7 +82,7 @@ commands =
|
||||||
pre_commit run \
|
pre_commit run \
|
||||||
--show-diff-on-failure \
|
--show-diff-on-failure \
|
||||||
--hook-stage manual \
|
--hook-stage manual \
|
||||||
{posargs:--all-files}
|
{posargs:--all-files -v}
|
||||||
|
|
||||||
# Print out the advice on how to install pre-commit from this env into Git:
|
# Print out the advice on how to install pre-commit from this env into Git:
|
||||||
-{envpython} -c \
|
-{envpython} -c \
|
||||||
|
|
Loading…
Reference in New Issue