diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad9846a..7f89c72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,7 @@ repos: hooks: - id: isort name: isort (python) + +ci: + autofix_prs: false + autoupdate_schedule: quarterly