Skip to content

Commit f1cc5d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.9 → v1.7.12](rhysd/actionlint@v1.7.9...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.14.6 → v0.15.10](astral-sh/ruff-pre-commit@v0.14.6...v0.15.10)
1 parent c1ede86 commit f1cc5d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: check-merge-conflict
1616

1717
- repo: https://github.com/rhysd/actionlint
18-
rev: v1.7.9
18+
rev: v1.7.12
1919
hooks:
2020
- id: actionlint
2121

@@ -30,14 +30,14 @@ repos:
3030
args: ['-x']
3131

3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.4.1
33+
rev: v2.4.2
3434
hooks:
3535
- id: codespell
3636
additional_dependencies:
3737
- tomli
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.14.6
40+
rev: v0.15.10
4141
hooks:
4242
# Run the linter.
4343
- id: ruff-check

0 commit comments

Comments
 (0)