From c9d91b1a5facd2fa3eeed4385ae74d4ae3a77f8f Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Thu, 21 Sep 2023 13:04:42 +0200 Subject: [PATCH] Ignore test file with deliberate syntax error in yaml check --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be43e9f3..2f821a42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,7 @@ repos: - id: check-docstring-first - id: requirements-txt-fixer - id: check-yaml + exclude: ^tests/capi2_cores/misc/syntax_error\.core$ types: [file] files: ^tests/capi2_cores/.+\.core$ - id: end-of-file-fixer