Skip to content

Commit 2b6f3be

Browse files
committed
Add mdformat to pre-commit config
1 parent c4703c4 commit 2b6f3be

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,15 @@ repos:
3030
- id: ruff-format
3131
types_or: [ python, pyi ]
3232

33+
- repo: https://github.com/hukkin/mdformat
34+
rev: 0.7.22
35+
hooks:
36+
- id: mdformat
37+
# Optionally add plugins
38+
additional_dependencies:
39+
- mdformat-black
40+
- mdformat-myst
41+
exclude: EULA.md, README.md
42+
3343
default_language_version:
3444
python: python3.13

0 commit comments

Comments
 (0)