Skip to content

Commit 61d6725

Browse files
authored
refactor: ⬆️ update pre-commit hook versions (#231)
# Description Update's pre-commit versions. No review needed. ## Checklist - [x] Ran `just run-all`
1 parent eddde6e commit 61d6725

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/gitleaks/gitleaks
9-
rev: v8.28.0
9+
rev: v8.30.0
1010
hooks:
1111
- id: gitleaks
1212

@@ -17,14 +17,14 @@ repos:
1717
- id: end-of-file-fixer
1818

1919
- repo: https://github.com/commitizen-tools/commitizen
20-
rev: v4.9.1
20+
rev: v4.11.2
2121
hooks:
2222
- id: commitizen
2323

2424
# Use the mirror since the main `typos` repo has tags for different
2525
# sub-packages, which confuses pre-commit when it tries to find the latest
2626
# version
2727
- repo: https://github.com/adhtruong/mirrors-typos
28-
rev: v1.36.2
28+
rev: v1.42.0
2929
hooks:
3030
- id: typos

0 commit comments

Comments
 (0)