We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644eda6 commit 4d0cf93Copy full SHA for 4d0cf93
1 file changed
.pre-commit-config.yaml
@@ -52,3 +52,10 @@ repos:
52
- '--pyink-indentation=2'
53
- '--line-length=122'
54
- '--check'
55
+
56
+ - repo: https://github.com/executablebooks/mdformat
57
+ rev: 0.7.22
58
+ hooks:
59
+ - id: mdformat
60
+ additional_dependencies: [mdformat-myst, mdformat-ruff]
61
+ files: (docs/.)
0 commit comments