We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4d77a commit 5fdf598Copy full SHA for 5fdf598
.pre-commit-config.yaml
@@ -52,15 +52,15 @@ repos:
52
additional_dependencies: ['json5']
53
54
- repo: https://github.com/executablebooks/mdformat
55
- rev: 0.7.22
+ rev: 1.0.0
56
hooks:
57
- id: mdformat
58
language: python
59
args: [--number]
60
exclude: ^docs/projects/index.md|docs/research/index.md|docs/research/overview.md$
61
additional_dependencies:
62
- - mdformat-mkdocs==4.5.1
63
- - mdformat-frontmatter==2.0.8
+ - mdformat-mkdocs==5.1.1
+ - mdformat-front-matters==2.0.0
64
- mdformat-gfm-alerts==2.0.0
65
66
- repo: https://github.com/DavidAnson/markdownlint-cli2
0 commit comments