.pre-commit-config.yaml: add editorconfig-checker.python

This commit is contained in:
Aminda Suomalainen 2023-02-21 18:23:28 +02:00
parent 19994e3286
commit cff2ac755f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

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