From 72e1d2e0a642cf9d766dd1f8abf8637aef3009f7 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Fri, 29 Nov 2024 15:50:23 +0100 Subject: [PATCH] skip tests/testdata/script_with_error.py --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b53dd6931bf..b62929aa55c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ exclude: | (?x)^( - python/.*/auto_\w+/.*.py + python/.*/auto_\w+/.*.py| + tests/testdata/script_with_error.py )$ fail_fast: false