Skip to content

Commit 217391b

Browse files
committed
chore: bump dependencies to the latest version
1 parent 07dd012 commit 217391b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: []
1515
exclude: ^tests/.*$
1616
# https://github.com/prettier/prettier/releases
17-
additional_dependencies: ["prettier@3.7.4"]
17+
additional_dependencies: ["prettier@3.8.0"]
1818
stages: ["pre-commit"]
1919
# Security
2020
- repo: https://github.com/Yelp/detect-secrets
@@ -49,7 +49,7 @@ repos:
4949
stages: ["pre-commit"]
5050
# Yaml
5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.37.1
52+
rev: v1.38.0
5353
hooks:
5454
- id: yamllint
5555
stages: ["pre-push"]

0 commit comments

Comments
 (0)