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