We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dc0b0 commit c298374Copy full SHA for c298374
.pre-commit-config.yaml
@@ -15,16 +15,18 @@ repos:
15
hooks:
16
- id: trailing-whitespace
17
- id: end-of-file-fixer
18
+ - id: check-merge-conflict
19
+ args: [--assume-in-merge]
20
21
- repo: https://github.com/commitizen-tools/commitizen
- rev: v4.8.3
22
+ rev: v4.8.4
23
24
- id: commitizen
25
26
# Use the mirror since the main `typos` repo has tags for different
27
# sub-packages, which confuses pre-commit when it tries to find the latest
28
# version
29
- repo: https://github.com/adhtruong/mirrors-typos
- rev: v1.35.6
30
+ rev: v1.36.2
31
32
- id: typos
0 commit comments