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 9f6d92d commit bcb50fcCopy full SHA for bcb50fc
.pre-commit-config.yaml
@@ -12,14 +12,14 @@ repos:
12
- id: end-of-file-fixer
13
14
- repo: https://github.com/commitizen-tools/commitizen
15
- rev: v4.8.2
+ rev: v4.8.3
16
hooks:
17
- id: commitizen
18
19
# Use the mirror since the main `typos` repo has tags for different
20
# sub-packages, which confuses pre-commit when it tries to find the latest
21
# version
22
- repo: https://github.com/adhtruong/mirrors-typos
23
- rev: v1.32.0
+ rev: v1.33.1
24
25
- id: typos
0 commit comments