We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddde6e commit 61d6725Copy full SHA for 61d6725
1 file changed
template/.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/gitleaks/gitleaks
9
- rev: v8.28.0
+ rev: v8.30.0
10
hooks:
11
- id: gitleaks
12
@@ -17,14 +17,14 @@ repos:
17
- id: end-of-file-fixer
18
19
- repo: https://github.com/commitizen-tools/commitizen
20
- rev: v4.9.1
+ rev: v4.11.2
21
22
- id: commitizen
23
24
# Use the mirror since the main `typos` repo has tags for different
25
# sub-packages, which confuses pre-commit when it tries to find the latest
26
# version
27
- repo: https://github.com/adhtruong/mirrors-typos
28
- rev: v1.36.2
+ rev: v1.42.0
29
30
- id: typos
0 commit comments