Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/scop/pre-commit-shfmt: v3.10.0-1 → v3.10.0-2](scop/pre-commit-shfmt@v3.10.0-1...v3.10.0-2)
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.9.1](astral-sh/ruff-pre-commit@v0.7.0...v0.9.1)
- [github.com/rhysd/actionlint: v1.7.3 → v1.7.6](rhysd/actionlint@v1.7.3...v1.7.6)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent f95078c commit 62c4dae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.10.0-1
rev: v3.10.0-2
hooks:
- id: shfmt
- repo: https://github.com/adrienverge/yamllint.git
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- --exclude-files
- ".*_test.js"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.0"
rev: "v0.9.1"
hooks:
- id: ruff-format
- id: ruff
Expand All @@ -57,7 +57,7 @@ repos:
- id: shellcheck
args: ["--severity=warning"]
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.6
hooks:
- id: actionlint
name: actionlint
Expand Down

0 comments on commit 62c4dae

Please sign in to comment.