Skip to content

Commit ad58aed

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.14](astral-sh/ruff-pre-commit@v0.13.1...v0.14.14)
1 parent d08455a commit ad58aed

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
@@ -18,7 +18,7 @@ repos:
1818
types: [yaml]
1919

2020
- repo: https://github.com/executablebooks/mdformat
21-
rev: 0.7.22
21+
rev: 1.0.0
2222
hooks:
2323
- id: mdformat
2424
additional_dependencies:
@@ -31,7 +31,7 @@ repos:
3131
)$
3232
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.45.0
34+
rev: v0.47.0
3535
hooks:
3636
- id: markdownlint-fix
3737
exclude: |
@@ -41,7 +41,7 @@ repos:
4141
)$
4242
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.13.1
44+
rev: v0.14.14
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)