Skip to content

Commit cf166e3

Browse files
committed
chore(pre-commit): Update default stages
1 parent 8c5c6ad commit cf166e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ repos:
33
rev: v4.5.0
44
hooks:
55
- id: check-yaml
6-
stages: [commit]
6+
stages: [pre-commit]
77
- id: check-json
8-
stages: [commit]
8+
stages: [pre-commit]
99
- id: check-toml
10-
stages: [commit]
10+
stages: [pre-commit]
1111
- id: check-merge-conflict
12-
stages: [commit]
12+
stages: [pre-commit]
1313
- id: check-case-conflict
14-
stages: [commit]
14+
stages: [pre-commit]
1515
- id: detect-private-key
16-
stages: [commit]
16+
stages: [pre-commit]
1717
- repo: https://github.com/crate-ci/typos
1818
rev: v1.16.20
1919
hooks:
2020
- id: typos
21-
stages: [commit]
21+
stages: [pre-commit]
2222
- repo: https://github.com/crate-ci/committed
2323
rev: v1.0.20
2424
hooks:

0 commit comments

Comments
 (0)