Skip to content

Commit 93fe9a3

Browse files
committed
Update mdformat
1 parent 125aca5 commit 93fe9a3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ exclude: >
1616
repos:
1717

1818
- repo: https://github.com/executablebooks/mdformat
19-
rev: 0.7.2
19+
rev: 0.7.4
2020
hooks:
2121
- id: mdformat
2222
args: [--number]
23-
additional_dependencies: [mdformat-myst==0.1.1]
23+
additional_dependencies: [mdformat-myst==0.1.2]
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
2626
rev: v3.3.0

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark sp
2828
- <http://talk.commonmark.org> - CommonMark forum, good place to collaborate developers' efforts.
2929

3030
```{toctree}
31-
:maxdepth: 2
32-
31+
---
32+
maxdepth: 2
33+
---
3334
using
3435
architecture
3536
other

0 commit comments

Comments
 (0)