From 0c9112bdc95885b2308c165fd3f373568f4a7f00 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 22 Jul 2020 17:45:00 +0200 Subject: [PATCH] [pre-commit] Add check yaml --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48285dfe..20644394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,6 +24,8 @@ repos: - id: check-added-large-files - id: flake8 exclude: bob/devtools/templates/setup.py + - id: check-yaml + exclude: ./*/meta.yaml - repo: local hooks: - id: sphinx-build -- GitLab