From 93c0eec529fb51183e7aee4d0462602b43af0a44 Mon Sep 17 00:00:00 2001 From: Tom Fischer <thomas.fischer@ufz.de> Date: Fri, 6 Dec 2024 09:59:52 +0100 Subject: [PATCH] [CI] Exclude Gocad @@-files from mixed-line-ending check --- .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 ed6d50ac13a..8c50c564f4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: fix-byte-order-marker exclude: "^Documentation/.vale/.*" - id: mixed-line-ending - exclude: ".*\\.vtu" + exclude: ".*\\.vtu|.*@@" - repo: https://github.com/psf/black rev: 23.1.0 hooks: -- GitLab