Skip to content

Commit 0f75090

Browse files
committed
chore: bump pre-commit hooks to the latest version
1 parent 6790383 commit 0f75090

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
@@ -60,7 +60,7 @@ repos:
6060
- --hook-args=--log-level debug
6161
stages: ["pre-push"]
6262
- repo: https://github.com/google/osv-scanner
63-
rev: v2.0.0-rc1
63+
rev: v2.0.0
6464
hooks:
6565
- id: osv-scanner
6666
args:
@@ -75,7 +75,7 @@ repos:
7575
stages: ["pre-commit"]
7676
# Yaml
7777
- repo: https://github.com/adrienverge/yamllint
78-
rev: v1.36.1
78+
rev: v1.36.2
7979
hooks:
8080
- id: yamllint
8181
stages: ["pre-push"]

0 commit comments

Comments
 (0)