Skip to content

Commit ae4a99d

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3)
1 parent eb33b75 commit ae4a99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
args: ["--print-width=120"]
4444

4545
- repo: https://github.com/executablebooks/mdformat
46-
rev: 0.7.22
46+
rev: 1.0.0
4747
hooks:
4848
- id: mdformat
4949
args: ["--number"]
@@ -54,7 +54,7 @@ repos:
5454
exclude: CHANGELOG.md
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.13.3
57+
rev: v0.14.3
5858
hooks:
5959
- id: ruff
6060
args: ["--fix"]

0 commit comments

Comments
 (0)