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 6c260f9 commit 55a557eCopy full SHA for 55a557e
1 file changed
.pre-commit-config.yaml
@@ -26,15 +26,15 @@ repos:
26
types: [text]
27
args: []
28
# https://github.com/prettier/prettier/releases
29
- additional_dependencies: ["prettier@3.6.2"]
+ additional_dependencies: ["prettier@3.7.1"]
30
stages: ["pre-commit"]
31
# Security
32
- repo: https://github.com/Yelp/detect-secrets
33
rev: v1.5.0
34
hooks:
35
- id: detect-secrets
36
- repo: https://github.com/gitleaks/gitleaks
37
- rev: v8.29.1
+ rev: v8.30.0
38
39
- id: gitleaks
40
- repo: https://github.com/fabasoad/pre-commit-grype
@@ -66,7 +66,7 @@ repos:
66
stages: ["pre-push"]
67
# GitHub Actions
68
- repo: https://github.com/rhysd/actionlint
69
- rev: v1.7.8
+ rev: v1.7.9
70
71
- id: actionlint
72
args: ["-pyflakes="]
0 commit comments