From ea20965175d6822e0c54335c9ee8c6e5c84f3bea Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 May 2023 10:02:20 +0300 Subject: [PATCH] .pre-commit-config.yaml: import check-yaml from the sample config --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a1a261d..09ee5c02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,7 @@ repos: hooks: - id: check-added-large-files - id: check-case-conflict + - id: check-yaml - id: check-executables-have-shebangs - id: check-shebang-scripts-are-executable - id: destroyed-symlinks