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.8.0-1 → v3.9.0-1](scop/pre-commit-shfmt@v3.8.0-1...v3.9.0-1)
- [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.6.8](astral-sh/ruff-pre-commit@v0.4.10...v0.6.8)
- [github.com/rhysd/actionlint: v1.7.1 → v1.7.3](rhysd/actionlint@v1.7.1...v1.7.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent 0ea8186 commit 92d2bfd
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.8.0-1
rev: v3.9.0-1
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.4.10"
rev: "v0.6.8"
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.1
rev: v1.7.3
hooks:
- id: actionlint
name: actionlint
Expand Down

0 comments on commit 92d2bfd

Please sign in to comment.