From aa3edb89b6a5958ed7718c496cfa7d6a42d57be8 Mon Sep 17 00:00:00 2001 From: Andreas Zach Date: Thu, 19 Mar 2026 19:41:40 +0100 Subject: [PATCH 1/2] Remove trailing space from filename --- .../conductivity/tests/{Wmn_NaN_serg.f90 => Wmn_NaN_serg.f90} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename KiLCA/flre/conductivity/tests/{Wmn_NaN_serg.f90 => Wmn_NaN_serg.f90} (100%) diff --git a/KiLCA/flre/conductivity/tests/Wmn_NaN_serg.f90 b/KiLCA/flre/conductivity/tests/Wmn_NaN_serg.f90 similarity index 100% rename from KiLCA/flre/conductivity/tests/Wmn_NaN_serg.f90 rename to KiLCA/flre/conductivity/tests/Wmn_NaN_serg.f90 From b69bb012171ea896e51a49a085df716cd59626ae Mon Sep 17 00:00:00 2001 From: Andreas Zach Date: Thu, 19 Mar 2026 19:42:44 +0100 Subject: [PATCH 2/2] Prevent checkout error under Windows --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 023e7572..e78696ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,9 +2,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: + - id: check-case-conflict - id: check-executables-have-shebangs - - id: check-shebang-scripts-are-executable + - id: check-illegal-windows-names - id: check-merge-conflict + - id: check-shebang-scripts-are-executable - id: check-symlinks - id: check-toml - id: check-yaml