Skip to content

Commit 4695e1d

Browse files
authored
refactor: 📌 update pre-commit hook versions (#199)
# Description Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent e45c0ca commit 4695e1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
1717
- id: end-of-file-fixer
1818

1919
- repo: https://github.com/commitizen-tools/commitizen
20-
rev: v4.8.3
20+
rev: v4.8.4
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.35.6
28+
rev: v1.36.2
2929
hooks:
3030
- id: typos

template/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
1717
- id: end-of-file-fixer
1818

1919
- repo: https://github.com/commitizen-tools/commitizen
20-
rev: v4.8.3
20+
rev: v4.8.4
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.35.5
28+
rev: v1.36.2
2929
hooks:
3030
- id: typos

0 commit comments

Comments
 (0)