diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a49c9d0..797c983e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"