Skip to content

Commit 21140fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.49.1](igorshubovych/markdownlint-cli@v0.47.0...v0.49.1) - [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.18 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.18...v0.15.22) - [github.com/oxc-project/mirrors-oxfmt: v0.42.0 → v0.45.0](oxc-project/mirrors-oxfmt@v0.42.0...v0.45.0)
1 parent b54c5b0 commit 21140fa

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-yaml
88

99
- repo: https://github.com/rhysd/actionlint
10-
rev: v1.7.10
10+
rev: v1.7.12
1111
hooks:
1212
- id: actionlint
1313
args: [-ignore, SC]
@@ -18,14 +18,14 @@ repos:
1818
- id: validate-pyproject
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.47.0
21+
rev: v0.49.1
2222
hooks:
2323
- id: markdownlint-fix
2424
args: [-c, configs/.markdownlint.yaml, --fix, --disable, MD028]
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
@@ -39,7 +39,7 @@ repos:
3939
types: [python]
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.15.18
42+
rev: v0.15.22
4343
hooks:
4444
# Run the linter
4545
- id: ruff-check
@@ -56,7 +56,7 @@ repos:
5656
# files: ^(frontend/src/|packages/)
5757

5858
- repo: https://github.com/oxc-project/mirrors-oxfmt
59-
rev: v0.42.0
59+
rev: v0.45.0
6060
hooks:
6161
- id: oxfmt
6262
args: [--write, --config, .oxfmtrc.json]

0 commit comments

Comments
 (0)