Skip to content

Commit c2cf62f

Browse files
authored
chore: 🔧 Disable pre-commit prs autofix (#83)
1 parent e3098da commit c2cf62f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ci:
2-
autoupdate_commit_msg: "chore(pre-commit): pre-commit autoupdate"
3-
autofix_commit_msg: "style(pre-commit): auto fixes from pre-commit.com hooks"
2+
autofix_prs: false # keep this false for now because there's the rest running already and it gets messy
43

54
repos:
65
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)