Skip to content

Commit 741ba4b

Browse files
[pre-commit.ci] pre-commit autoupdate (#3628)
updates: - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](rhysd/actionlint@v1.7.11...v1.7.12) - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/EbodShojaei/bake: v1.4.5 → v1.4.6](EbodShojaei/bake@v1.4.5...v1.4.6) - [github.com/crate-ci/typos: v1.45.0 → v1](crate-ci/typos@v1.45.0...v1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 79390f7 commit 741ba4b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-github-actions
88
- id: check-readthedocs
99
- repo: https://github.com/rhysd/actionlint
10-
rev: v1.7.11
10+
rev: v1.7.12
1111
hooks:
1212
- id: actionlint
1313
additional_dependencies:
@@ -25,26 +25,26 @@ repos:
2525
- id: shellcheck
2626
args: ["--severity=style"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.15.8
28+
rev: v0.15.9
2929
hooks:
3030
- id: ruff-check
3131
args: ["--exit-non-zero-on-fix"]
3232
- id: ruff-format
3333

3434
- repo: https://github.com/EbodShojaei/bake
35-
rev: v1.4.5
35+
rev: v1.4.6
3636
hooks:
3737
- id: mbake-format
3838
args: ["--config=.github/bake.toml"]
3939
- id: mbake-validate
4040

4141
- repo: https://github.com/crate-ci/typos
42-
rev: v1.45.0
42+
rev: v1
4343
hooks:
4444
- id: typos
4545

4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.4.1
47+
rev: v2.4.2
4848
hooks:
4949
- id: codespell
5050
additional_dependencies:

0 commit comments

Comments
 (0)