From 309b7e224c39cf324b3fa303d447d4c692cc1230 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 22 Aug 2023 14:56:45 -0700 Subject: [PATCH] Disable pre-commit.ci's PR autofixes --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c46115342d..c5152b10b6 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" + autofix_prs: false default_stages: [commit, push] default_language_version: python: python3