diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e67bc6cf..1a165cce5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,6 +75,8 @@ repos: args: - --plugin=@prettier/plugin-xml files: \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$ + # For ebill_postfinance don't format the message template files + exclude: /messages/.*\.xml$|/components/wsdl/.*\.xml$|/tests/examples/.*\.xml$ - repo: https://github.com/pre-commit/mirrors-eslint rev: v8.24.0 hooks: