Print pre-commit invoke
This commit is contained in:
parent
61c6c8974f
commit
ea000a826f
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -40,7 +40,7 @@ def test_cov(ctx: Context) -> None:
|
|||
@task
|
||||
def pre_commit(ctx: Context) -> None:
|
||||
with ctx.cd(BASE_DIR):
|
||||
ctx.run("pre-commit run --all-files", pty=True)
|
||||
ctx.run("pre-commit run --all-files", pty=True, echo=True)
|
||||
|
||||
|
||||
@task
|
||||
|
|
Reference in a new issue