Enable editorconfig-checker pre-commit hook

This commit is contained in:
Odd Stråbø 2024-06-10 14:28:51 +00:00
parent be8333a80c
commit 9d1c859a5f
1 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@ repos:
- id: check-added-large-files
- id: no-commit-to-branch
# - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
# rev: "2.7.3"
# hooks:
# - id: editorconfig-checker
# exclude: '^LICENSE\.txt$'
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
hooks:
- id: editorconfig-checker
exclude: '^(LICENSE\.txt|resources/language/.*\.po)$'
- repo: https://github.com/psf/black
rev: "24.4.2"