Skip to content

Commit 50301aa

Browse files
armandsauzaytagoro9
authored andcommitted
chore: reorder pre-commit hooks
1 parent 0332eb4 commit 50301aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
exclude: dist/.*
22
repos:
3-
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.1.0 # Use the ref you want to point at
3+
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
4+
rev: v8.0.0
55
hooks:
6-
- id: check-json
7-
- id: check-yaml
8-
- id: end-of-file-fixer
9-
- id: trailing-whitespace
6+
- id: commitlint
7+
stages: [commit-msg]
8+
additional_dependencies: ["@open-turo/commitlint-config-conventional"]
109
- repo: https://github.com/pre-commit/mirrors-prettier
1110
rev: v2.5.1
1211
hooks:
1312
- id: prettier
1413
stages: [commit]
15-
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
16-
rev: v8.0.0
14+
- repo: https://github.com/pre-commit/pre-commit-hooks
15+
rev: v4.1.0 # Use the ref you want to point at
1716
hooks:
18-
- id: commitlint
19-
stages: [commit-msg]
20-
additional_dependencies: ["@open-turo/commitlint-config-conventional"]
17+
- id: check-json
18+
- id: check-yaml
19+
- id: end-of-file-fixer
20+
- id: trailing-whitespace
2121
- repo: https://github.com/rhysd/actionlint
2222
rev: v1.6.8
2323
hooks:

0 commit comments

Comments
 (0)