Skip to content

Commit cf6e83e

Browse files
committed
Install perttier
1 parent 6113205 commit cf6e83e

1 file changed

Lines changed: 19 additions & 14 deletions

File tree

.pre-commit-config.yaml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
repos:
2-
- repo: https://github.com/tekwizely/pre-commit-golang
3-
rev: master
4-
hooks:
5-
- id: go-fumpt
6-
- id: go-mod-tidy
7-
- id: go-lint
8-
- id: go-imports
9-
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v2.3.0
11-
hooks:
12-
- id: check-yaml
13-
- id: end-of-file-fixer
14-
- id: trailing-whitespace
1+
repos:
2+
- repo: https://github.com/tekwizely/pre-commit-golang
3+
rev: master
4+
hooks:
5+
- id: go-fumpt
6+
- id: go-mod-tidy
7+
- id: go-lint
8+
- id: go-imports
9+
- repo: https://github.com/pre-commit/pre-commit-hooks
10+
rev: v2.3.0
11+
hooks:
12+
- id: check-yaml
13+
- id: end-of-file-fixer
14+
- id: trailing-whitespace
15+
16+
- repo: https://github.com/pre-commit/mirrors-prettier
17+
rev: main
18+
hooks:
19+
- id: prettier

0 commit comments

Comments
 (0)