Skip to content

Commit 9a1cc18

Browse files
authored
Merge pull request #151 from pre-commit/all-repos_autofix_reorder-pre-commit-config
reorder pre-commit config
2 parents a233a7f + 0faf8cb commit 9a1cc18

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)