Skip to content

Commit 3a40045

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/crate-ci/typos: typos-dict-v0.12.4 → v1](crate-ci/typos@typos-dict-v0.12.4...v1) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.9.6...v0.12.2)
1 parent dc02cc0 commit 3a40045

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)