feat: Added editorconfig-checker to pre-commit

This commit is contained in:
Tobias Schmidl 2023-09-13 17:05:09 +02:00
parent c7889d72a0
commit c68d1343a8

View file

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