From 0faf8cbac154847b38205ec0da0ced07cd83ea7b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 25 Mar 2022 14:11:08 -0400 Subject: [PATCH] reorder pre-commit config Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e3d1be5..713b5b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: