5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-07 10:46:56 +00:00

reorder pre-commit config

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2022-03-25 14:11:08 -04:00
parent a233a7f0c3
commit 0faf8cbac1

View file

@ -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: