From 20589acdf3cb804686f0a549966af64f6b60eef1 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Tue, 30 Jul 2024 10:29:59 +0200 Subject: [PATCH] don't change EOL for js map files --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7bfdafa43..f22b9c738 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-case-conflict - id: check-yaml - id: end-of-file-fixer - exclude_types: [pofile, javascript] + exclude_types: [pofile, javascript, map] - id: trailing-whitespace - id: mixed-line-ending language_version: python3