Skip to content

Commit 8ca68d6

Browse files
committed
Remove mdformat frontmatter since we are not using
1 parent ba0f23c commit 8ca68d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: codespell
2424
additional_dependencies: [tomli]
25-
25+
2626
- repo: https://github.com/psf/black
2727
rev: 25.11.0
2828
hooks:
@@ -35,7 +35,6 @@ repos:
3535
- id: mdformat
3636
additional_dependencies:
3737
- mdformat-gfm
38-
- mdformat_frontmatter
3938

4039
- repo: https://github.com/astral-sh/ruff-pre-commit
4140
rev: v0.14.5

0 commit comments

Comments
 (0)