diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dbed7d0..d5d9d10b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,9 @@ +ci: + autofix_prs: true + autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks' + autoupdate_commit_msg: 'chore: pre-commit autoupdate' + autoupdate_schedule: quarterly + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0