Skip to content

Commit 8625c87

Browse files
pre-commit-ci[bot]signekb
authored andcommitted
ci(pre-commit): 👷 update pre-commit CI version
updates: - [github.com/gitleaks/gitleaks: v8.27.2 → v8.28.0](gitleaks/gitleaks@v8.27.2...v8.28.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.8.4](commitizen-tools/commitizen@v4.8.3...v4.8.4) - [github.com/adhtruong/mirrors-typos: v1.35.6 → v1.36.2](adhtruong/mirrors-typos@v1.35.6...v1.36.2)
1 parent 447d1f3 commit 8625c87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

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

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
1818
- id: check-merge-conflict
1919
args: [--assume-in-merge]
2020

2121
- repo: https://github.com/commitizen-tools/commitizen
22-
rev: v4.8.3
22+
rev: v4.8.4
2323
hooks:
2424
- id: commitizen
2525

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

0 commit comments

Comments
 (0)