From b3e8dfa7a853abf45ab8bcae81950eabccc6659c Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 15 Jan 2024 10:37:02 +0100 Subject: [PATCH] Add pre-commit config. --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b01f89..c0752c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,7 @@ repos: hooks: - id: trailing-whitespace - id: end-of-file-fixer + - id: check-yaml - id: check-added-large-files - repo: https://github.com/jorisroovers/gitlint @@ -22,4 +23,4 @@ repos: hooks: - id: gitlint -exclude: /Baseline/ +exclude: 3rdparty/|/Baseline/