exclude python auto generated files by sipify

This commit is contained in:
Denis Rouzaud 2024-11-20 11:05:44 +01:00
parent 8083a6dae7
commit 614c3af6a5

View File

@ -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
autoupdate_schedule: quarterly