Skip to content

Commit afed161

Browse files
committed
fix(pre-commit): correctly define stages in linter and test
1 parent b1eba5d commit afed161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
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)