From d41e7f6d4e94d83a7fd7526dd9ffddf71b0a380c Mon Sep 17 00:00:00 2001 From: Samuel Searles-Bryant Date: Wed, 10 Sep 2025 02:21:10 +0100 Subject: [PATCH] Disable auto-fix in pre-commit This makes pre-commit.ci a regular CI runner and does not allow it to push fixes back onto PR branches. I would rather we fixed the changes in the original PR. --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74d367a..1311d20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autofix_prs: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0