diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4800235b..e4f268b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ ci: autoupdate_commit_msg: "chore: update pre-commit hooks" autofix_commit_msg: "style: pre-commit fixes" + autoupdate_schedule: "quarterly" exclude: "^({{cookiecutter\\.project_name}}|hooks/pre_gen_project.py$)"