Skip to content

Commit c4c03a2

Browse files
[pre-commit.ci] pre-commit autoupdate (marimo-team#2533)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/rhysd/actionlint: v1.6.26 → v1.7.3](rhysd/actionlint@v1.6.26...v1.7.3) - [github.com/crate-ci/typos: v1.24.6 → v1.26.0](crate-ci/typos@v1.24.6...v1.26.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.8...v0.6.9) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5cdb43d commit c4c03a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ fail_fast: true
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-yaml
88

99
- repo: https://github.com/rhysd/actionlint
10-
rev: v1.6.26
10+
rev: v1.7.3
1111
hooks:
1212
- id: actionlint
1313
args: [-ignore, SC]
@@ -25,12 +25,12 @@ repos:
2525
exclude: ^marimo/_tutorials/.*\.md
2626

2727
- repo: https://github.com/crate-ci/typos
28-
rev: v1.24.6
28+
rev: v1.26.0
2929
hooks:
3030
- id: typos
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.6.8
33+
rev: v0.6.9
3434
hooks:
3535
# Run the linter
3636
- id: ruff

0 commit comments

Comments
 (0)