Skip to content

Commit 96486d2

Browse files
committed
Disable autofixes for precommit
1 parent 332d04c commit 96486d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
exclude: '^tests|^docs'
22
ci:
3-
autofix_commit_msg: |
4-
[pre-commit.ci] auto fixes from pre-commit.com hooks
5-
for more information, see https://pre-commit.ci
6-
autofix_prs: true
3+
autofix_prs: false
74
autoupdate_branch: ''
85
autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate'
96
autoupdate_schedule: weekly

0 commit comments

Comments
 (0)