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 b48beb6 commit b45268bCopy full SHA for b45268b
1 file changed
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
types: [text]
14
args: []
15
# https://github.com/prettier/prettier/releases
16
- additional_dependencies: ["prettier@3.7.4"]
+ additional_dependencies: ["prettier@3.8.0"]
17
stages: ["pre-commit"]
18
# Security
19
- repo: https://github.com/Yelp/detect-secrets
@@ -47,7 +47,7 @@ repos:
47
48
# Yaml
49
- repo: https://github.com/adrienverge/yamllint
50
- rev: v1.37.1
+ rev: v1.38.0
51
hooks:
52
- id: yamllint
53
stages: ["pre-push"]
0 commit comments