Skip to content

Commit a7bfa22

Browse files
committed
chore(pre-commit): Use default stages
1 parent cf166e3 commit a7bfa22

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,16 @@ repos:
33
rev: v4.5.0
44
hooks:
55
- id: check-yaml
6-
stages: [pre-commit]
76
- id: check-json
8-
stages: [pre-commit]
97
- id: check-toml
10-
stages: [pre-commit]
118
- id: check-merge-conflict
12-
stages: [pre-commit]
139
- id: check-case-conflict
14-
stages: [pre-commit]
1510
- id: detect-private-key
16-
stages: [pre-commit]
1711
- repo: https://github.com/crate-ci/typos
1812
rev: v1.16.20
1913
hooks:
2014
- id: typos
21-
stages: [pre-commit]
2215
- repo: https://github.com/crate-ci/committed
2316
rev: v1.0.20
2417
hooks:
2518
- id: committed
26-
stages: [commit-msg]

0 commit comments

Comments
 (0)