diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa1e8bf754..0dd5bd73df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_commit_msg: "chore: update pre-commit hooks" autofix_commit_msg: "style: pre-commit fixes" autofix_prs: false -default_stages: [commit, push] +default_stages: [pre-commit, pre-push] default_language_version: python: python3 repos: