Skip to content

Commit 3032f61

Browse files
committed
test: add tests to pre push
1 parent a1a7ad0 commit 3032f61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lefthook.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ pre-commit:
88
group:
99
parallel: true
1010
jobs:
11-
- name: tox
12-
run: tox
1311
- name: mypy
1412
glob: "*.py"
1513
run: mypy {staged_files}
@@ -86,3 +84,8 @@ commit-msg:
8684
commands:
8785
commitizen:
8886
run: cat {1} | cz check
87+
pre-push:
88+
piped: true
89+
commands:
90+
tests:
91+
run: "tox"

0 commit comments

Comments
 (0)