Skip to content

Commit 1d6c1b3

Browse files
committed
Expose pre-commit tool hooks execution times
1 parent fd838ca commit 1d6c1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ commands =
8282
pre_commit run \
8383
--show-diff-on-failure \
8484
--hook-stage manual \
85-
{posargs:--all-files}
85+
{posargs:--all-files -v}
8686

8787
# Print out the advice on how to install pre-commit from this env into Git:
8888
-{envpython} -c \

0 commit comments

Comments
 (0)