Skip to content

Commit 44882b6

Browse files
authored
Merge pull request #18 from marimo-team/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents dc02cc0 + 3a40045 commit 44882b6

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
@@ -13,18 +13,18 @@ repos:
1313
args: [-ignore, SC]
1414

1515
- repo: https://github.com/igorshubovych/markdownlint-cli
16-
rev: v0.44.0
16+
rev: v0.45.0
1717
hooks:
1818
- id: markdownlint-fix
1919
args: [-c, configs/.markdownlint.yaml, --fix, --disable, MD028]
2020

2121
- repo: https://github.com/crate-ci/typos
22-
rev: typos-dict-v0.12.4
22+
rev: v1
2323
hooks:
2424
- id: typos
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.6
27+
rev: v0.12.2
2828
hooks:
2929
# Run the formatter
3030
- id: ruff-format

0 commit comments

Comments
 (0)