From 9d1c859a5f694687ef735650aa16a6633cedfa80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 10 Jun 2024 14:28:51 +0000 Subject: [PATCH] Enable editorconfig-checker pre-commit hook --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"