We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b7bca commit 89072a7Copy full SHA for 89072a7
template/.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: gitleaks
12
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v5.0.0
+ rev: v6.0.0
15
hooks:
16
- id: trailing-whitespace
17
- id: end-of-file-fixer
@@ -25,6 +25,6 @@ repos:
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.34.0
+ rev: v1.35.5
29
30
- id: typos
0 commit comments