Skip to content

Commit e9848ff

Browse files
committed
Update depricated pre-commit stage names
1 parent cc32bb2 commit e9848ff

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
@@ -7,20 +7,20 @@ repos:
77
rev: v4.5.0
88
hooks:
99
- id: check-toml
10-
stages: [commit]
10+
stages: [pre-commit]
1111
- id: check-yaml
12-
stages: [commit]
12+
stages: [pre-commit]
1313
- id: check-merge-conflict
14-
stages: [commit]
14+
stages: [pre-commit]
1515
- id: check-case-conflict
16-
stages: [commit]
16+
stages: [pre-commit]
1717
- id: detect-private-key
18-
stages: [commit]
18+
stages: [pre-commit]
1919
- id: mixed-line-ending
20-
stages: [commit]
20+
stages: [pre-commit]
2121
args: ["--fix=lf"]
2222
- id: trailing-whitespace
23-
stages: [commit]
23+
stages: [pre-commit]
2424
args: [--markdown-linebreak-ext=md]
2525
- repo: https://github.com/crate-ci/committed
2626
rev: v1.0.20

0 commit comments

Comments
 (0)