5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 02:36: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:
Anthony Sottile 2022-03-25 15:01:24 -04:00 committed by GitHub
commit 9a1cc1834b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,9 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-json
- id: check-yaml
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.11.0
hooks: