diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41131a688e1..67b0a980887 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,9 @@ -exclude: ".venv|tests/dev/|tests/fixtures/" +exclude: | + (?x)^( + python/.*/auto_\w+/.*.py + )$ fail_fast: false + repos: - repo: https://github.com/asottile/pyupgrade rev: v3.19.0 @@ -20,4 +24,4 @@ repos: ci: autofix_prs: true - autoupdate_schedule: quarterly \ No newline at end of file + autoupdate_schedule: quarterly