From 7472939f216e8aabecef70f689f8211e04ad6885 Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Thu, 10 Nov 2022 13:16:54 +0100 Subject: [PATCH] ignore checks for bamboo.yml otherwise check-yaml throws multi-file exception --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b70300..31b57db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + exclude: bamboo-specs/bamboo.yml - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2