Skip to content

Commit 5fdf598

Browse files
authored
chore(deps): update mdformat dependencies (#157)
Replace mdformat-frontmatter with mdformat-front-matters due to incompatibility with mdformat v1.
1 parent 9d4d77a commit 5fdf598

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
@@ -52,15 +52,15 @@ repos:
5252
additional_dependencies: ['json5']
5353

5454
- repo: https://github.com/executablebooks/mdformat
55-
rev: 0.7.22
55+
rev: 1.0.0
5656
hooks:
5757
- id: mdformat
5858
language: python
5959
args: [--number]
6060
exclude: ^docs/projects/index.md|docs/research/index.md|docs/research/overview.md$
6161
additional_dependencies:
62-
- mdformat-mkdocs==4.5.1
63-
- mdformat-frontmatter==2.0.8
62+
- mdformat-mkdocs==5.1.1
63+
- mdformat-front-matters==2.0.0
6464
- mdformat-gfm-alerts==2.0.0
6565

6666
- repo: https://github.com/DavidAnson/markdownlint-cli2

0 commit comments

Comments
 (0)