diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ed6d50ac13a883a2fec6dabb4733c33ff3b1001d..8c50c564f4b80c2c1b0fd094d6f6a1d268a9657c 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: