-
Notifications
You must be signed in to change notification settings - Fork 2
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 = true
the pre-commit configuration is:
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.7
hooks:
- id: mdformat
additional_dependencies:
- mdformat-gfm
- mdformat-black
- mdformat_frontmatter
see sample here: Lightning-AI/pytorch-lightning#8673 (comment)
Metadata
Metadata
Assignees
Labels
No labels