From 564d8348652b4d890ab50c74db9418f9b20a4373 Mon Sep 17 00:00:00 2001 From: surtur Date: Wed, 22 Sep 2021 08:37:42 +0200 Subject: [PATCH] pre-commit: add yaml check [skip ci] --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad3c092..27d835e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,3 +4,5 @@ repos: hooks: - id: check-merge-conflict - id: check-toml + - id: check-yaml + exclude: .drone.yml # drone's yaml is somewhat strange sometimes