Skip to content

Commit 1281d6f

Browse files
authored
[CI] Disable autofix for pre-commit CI (#1053)
1 parent 35cf888 commit 1281d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
ci:
4-
autofix_prs: true
4+
autofix_prs: false
55
autofix_commit_msg: "[Lint]: [pre-commit.ci] auto fixes [...]"
66
autoupdate_commit_msg: "[CI] [pre-commit.ci] autoupdate"
77
autoupdate_schedule: monthly

0 commit comments

Comments
 (0)