Skip to content

Commit cf9aa96

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.14.10](astral-sh/ruff-pre-commit@v0.11.2...v0.14.10) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.44.0...v0.47.0) - [github.com/crate-ci/typos: v1 → typos-dict-v0.13.13](crate-ci/typos@v1...typos-dict-v0.13.13)
1 parent 9cdea79 commit cf9aa96

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,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.11.2
5+
rev: v0.14.10
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -16,15 +16,15 @@ repos:
1616
- id: validate-pyproject
1717

1818
- repo: https://github.com/executablebooks/mdformat
19-
rev: 0.7.22
19+
rev: 1.0.0
2020
hooks:
2121
- id: mdformat
2222
additional_dependencies:
2323
- "mdformat-mkdocs[recommended]>=2.1.0"
2424
- mdformat-admon
2525

2626
- repo: https://github.com/igorshubovych/markdownlint-cli
27-
rev: v0.44.0
27+
rev: v0.47.0
2828
hooks:
2929
- id: markdownlint
3030
# args:
@@ -36,7 +36,7 @@ repos:
3636
# ]
3737

3838
- repo: https://github.com/crate-ci/typos
39-
rev: v1
39+
rev: typos-dict-v0.13.13
4040
hooks:
4141
- id: typos
4242

0 commit comments

Comments
 (0)