Skip to content

Commit fd1b41e

Browse files
committed
ci: disable auto-merge of release PRs
1 parent 4338094 commit fd1b41e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
args: ['--maxkb=600']
11-
- id: fix-encoding-pragma
1211

1312
- repo: https://github.com/commitizen-tools/commitizen
14-
rev: v3.13.0
13+
rev: v3.24.0
1514
hooks:
1615
- id: commitizen
1716
stages:

0 commit comments

Comments
 (0)