Skip to content

Commit c298374

Browse files
committed
build: ⬆️ update pre-commit hooks from template
1 parent 55dc0b0 commit c298374

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ repos:
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
18+
- id: check-merge-conflict
19+
args: [--assume-in-merge]
1820

1921
- repo: https://github.com/commitizen-tools/commitizen
20-
rev: v4.8.3
22+
rev: v4.8.4
2123
hooks:
2224
- id: commitizen
2325

2426
# Use the mirror since the main `typos` repo has tags for different
2527
# sub-packages, which confuses pre-commit when it tries to find the latest
2628
# version
2729
- repo: https://github.com/adhtruong/mirrors-typos
28-
rev: v1.35.6
30+
rev: v1.36.2
2931
hooks:
3032
- id: typos

0 commit comments

Comments
 (0)