-
Notifications
You must be signed in to change notification settings - Fork 3
How to configure within pre-commit #2
Copy link
Copy link
Open
Description
Hello,
I was testing this extension and it seems that it does not follow the Black configuration from pyproject.toml which is
[tool.black]
line-length = 120
skip-magic-trailing-comma = truethe pre-commit configuration is:
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.7
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat-black
- mdformat_frontmattersee sample here: Lightning-AI/pytorch-lightning#8673 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels