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