Skip to content

Commit a7ae3d7

Browse files
committed
fix(pre-commit): correctly define stages in linter and test
1 parent 408923b commit a7ae3d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ repos:
3535
name: linter and test
3636
language: system
3737
pass_filenames: false
38-
stage: push
38+
stages:
39+
- push
3940
entry: ./scripts/test
4041
types: [python]

0 commit comments

Comments
 (0)