feat: Added editorconfig-checker to pre-commit
This commit is contained in:
parent
c7889d72a0
commit
c68d1343a8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue