Skip to content

Commit 4a83ea3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](rhysd/actionlint@v1.7.11...v1.7.12) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.4...v0.15.8)
1 parent 9f85ba5 commit 4a83ea3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/rhysd/actionlint
15-
rev: v1.7.11
15+
rev: v1.7.12
1616
hooks:
1717
- id: actionlint
1818
# Note: shellcheck cannot directly parse YAML; actionlint extracts workflow
@@ -25,13 +25,13 @@ repos:
2525
types: [shell]
2626
args: ['-x']
2727
- repo: https://github.com/codespell-project/codespell
28-
rev: v2.4.1
28+
rev: v2.4.2
2929
hooks:
3030
- id: codespell
3131
additional_dependencies:
3232
- tomli
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.4
34+
rev: v0.15.8
3535
hooks:
3636
# Run the linter.
3737
- id: ruff-check

0 commit comments

Comments
 (0)