diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9caad62..43702bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,4 +15,9 @@ repos: rev: v2.1.0 hooks: - id: reuse +- repo: https://github.com/editorconfig-checker/editorconfig-checker.python + rev: '2.7.2' + hooks: + - id: editorconfig-checker + alias: ec ...