Skip to content
Merged
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/rhysd/actionlint
rev: v1.7.9
rev: v1.7.10
hooks:
- id: actionlint
# Note: shellcheck cannot directly parse YAML; actionlint extracts workflow
Expand All @@ -31,7 +31,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.8
rev: v0.15.0
hooks:
# Run the linter.
- id: ruff-check
Expand Down
Loading
Loading