feature/editorconfig-checker #3

Merged
schtobia merged 2 commits from feature/editorconfig-checker into master 2023-09-13 17:14:56 +02:00
Showing only changes of commit c68d1343a8 - Show all commits

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