From e7d497efa4568ecb07b856b1d9b28bd3894c6698 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 26 Feb 2021 08:54:10 +0100 Subject: [PATCH] [pre-commit] Ignore ci configs in check-yaml. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c91607d7eb6..6067a511064 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,7 @@ repos: - id: check-merge-conflict - id: check-xml - id: check-yaml + exclude: 'scripts/ci/*' - id: check-toml - repo: local hooks: -- GitLab