Skip to content

Commit 05c4c0c

Browse files
authored
Merge pull request #15 from sheltoncyril/disable-autofix-pre-commit
fix: disables autofix for PRs in pre-commit.ci
2 parents 1dab7f4 + 5f87617 commit 05c4c0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ default_install_hook_types: [pre-commit, commit-msg]
44
default_language_version:
55
python: python3
66

7+
ci:
8+
autofix_prs: false # Disable autofix for PRs
9+
710
repos:
811
- repo: https://github.com/pre-commit/pre-commit-hooks
912
rev: "v5.0.0"

0 commit comments

Comments
 (0)