From f2649f8359635fc419be9920b0ae4f3e6bc79a2f Mon Sep 17 00:00:00 2001 From: artdotlis Date: Tue, 23 Sep 2025 13:22:25 +0000 Subject: [PATCH] test: add tests to pre push --- lefthook.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index 95bc29d..1e16b16 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -8,8 +8,6 @@ pre-commit: group: parallel: true jobs: - - name: tox - run: tox - name: mypy glob: "*.py" run: mypy {staged_files} @@ -86,3 +84,8 @@ commit-msg: commands: commitizen: run: cat {1} | cz check +pre-push: + piped: true + commands: + tests: + run: "tox"