Skip to content

Commit 4d81650

Browse files
committed
Fix: pre-commit warning
[WARNING] hook id `prettier` uses deprecated stage names (commit) which will be removed in a future version. Change-Id: I96337acdcb3ea20061ceb3a0f25c1fb4fb86d102 Signed-off-by: Anil Belur <[email protected]>
1 parent a325901 commit 4d81650

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
@@ -15,7 +15,7 @@ repos:
1515
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
1616
hooks:
1717
- id: prettier
18-
stages: [commit]
18+
stages: [pre-commit]
1919

2020
- repo: https://github.com/jorisroovers/gitlint
2121
rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # frozen: v0.19.1

0 commit comments

Comments
 (0)