mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 18:56:55 +00:00
Merge pull request #151 from pre-commit/all-repos_autofix_reorder-pre-commit-config
reorder pre-commit config
This commit is contained in:
commit
9a1cc1834b
1 changed files with 1 additions and 2 deletions
|
|
@ -2,10 +2,9 @@ repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.1.0
|
rev: v4.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-json
|
|
||||||
- id: check-yaml
|
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
- id: check-yaml
|
||||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||||
rev: v8.11.0
|
rev: v8.11.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue