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 cfadfed commit f5d74e3Copy full SHA for f5d74e3
.pre-commit-config.yaml
@@ -13,15 +13,15 @@ repos:
13
types: [text]
14
args: []
15
# https://github.com/prettier/prettier/releases
16
- additional_dependencies: ["prettier@3.6.2"]
+ additional_dependencies: ["prettier@3.7.1"]
17
stages: ["pre-commit"]
18
# Security
19
- repo: https://github.com/Yelp/detect-secrets
20
rev: v1.5.0
21
hooks:
22
- id: detect-secrets
23
- repo: https://github.com/gitleaks/gitleaks
24
- rev: v8.29.1
+ rev: v8.30.0
25
26
- id: gitleaks
27
- repo: https://github.com/fabasoad/pre-commit-grype
0 commit comments