Skip to content

Commit f1e2b94

Browse files
committed
build(pre-commit): fix config typo
1 parent 9464623 commit f1e2b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)