Skip to content

Commit e084732

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](rhysd/actionlint@v1.7.10...v1.7.11) - [github.com/crate-ci/typos: v1.43.1 → v1](crate-ci/typos@v1.43.1...v1) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) - [github.com/biomejs/pre-commit: v2.3.13 → v2.3.15](biomejs/pre-commit@v2.3.13...v2.3.15)
1 parent b6adf07 commit e084732

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-yaml
88

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

2727
- repo: https://github.com/crate-ci/typos
28-
rev: v1.43.1
28+
rev: v1
2929
hooks:
3030
- id: typos
3131
pass_filenames: false
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: v0.15.0
34+
rev: v0.15.1
3535
hooks:
3636
# Run the linter
3737
- id: ruff
@@ -40,7 +40,7 @@ repos:
4040
- id: ruff-format
4141

4242
- repo: https://github.com/biomejs/pre-commit
43-
rev: v2.3.13
43+
rev: v2.3.15
4444
hooks:
4545
- id: biome-check
4646
args: [--diagnostic-level, warn]

0 commit comments

Comments
 (0)