Skip to content

Commit 22e8593

Browse files
authored
Merge pull request #238 from rodneylab/ci__update_ci_config
ci: 🐝 update pre-commit config
2 parents 1f0e754 + e2f387a commit 22e8593

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/commitizen-tools/commitizen
3-
rev: v4.7.2
3+
rev: v4.8.2
44
hooks:
55
- id: commitizen
66
stages:
@@ -12,11 +12,11 @@ repos:
1212
- id: cargo-check
1313
- id: clippy
1414
- repo: https://github.com/gitleaks/gitleaks
15-
rev: v8.26.0
15+
rev: v8.27.0
1616
hooks:
1717
- id: gitleaks
1818
- repo: https://github.com/google/yamlfmt
19-
rev: v0.16.0
19+
rev: v0.17.0
2020
hooks:
2121
- id: yamlfmt
2222
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)