pre-commit: autoupdate

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-02-21 09:43:53 +09:00
parent 29cb270ef4
commit 1a026ba9aa
+4 -4
View File
@@ -23,12 +23,12 @@ repos:
language: node
additional_dependencies: ["prettier@3.3.3"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.1
rev: v8.24.0
hooks:
- id: gitleaks
name: detect hardcoded secrets
- repo: https://github.com/shssoichiro/oxipng
rev: v9.1.3
rev: v9.1.4
hooks:
- id: oxipng
name: run oxipng
@@ -77,7 +77,7 @@ repos:
name: run actionlint
description: lint GitHub Actions workflow files
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
name: run codespell
@@ -91,7 +91,7 @@ repos:
description: local policy is to exclude extension from all shell files
types: [shell]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
name: run markdownlint