From f5182d90f9d2e60c3368eb0e0a988423a20ab20a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 Feb 2023 19:28:28 +0200 Subject: [PATCH] .pre-commit-config.yaml: remove extraneous repos: --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d76c645..cc0d583a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,9 +18,8 @@ repos: rev: "v3.0.0-alpha.4" hooks: - id: prettier -repos: -- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: '2.7.1' + - repo: https://github.com/editorconfig-checker/editorconfig-checker.python + rev: "2.7.1" hooks: - - id: editorconfig-checker + - id: editorconfig-checker alias: ec