Skip to content

Commit 0faf8cb

Browse files
committed
reorder pre-commit config
Committed via https://github.com/asottile/all-repos
1 parent a233a7f commit 0faf8cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v4.1.0
44
hooks:
5-
- id: check-json
6-
- id: check-yaml
75
- id: trailing-whitespace
86
- id: end-of-file-fixer
7+
- id: check-yaml
98
- repo: https://github.com/pre-commit/mirrors-eslint
109
rev: v8.11.0
1110
hooks:

0 commit comments

Comments
 (0)