generated from executablebooks/mdformat-plugin
-
Couldn't load subscription status.
- Fork 4
Open
Description
mdformat decided to tag 1.0.0 yesterday and unfortunately that's the exact date I tried to install pre-commit with `mdformat on a new project. Changelog link
I also use pre-commit-update, which upped the version to the latest (1.0.0) and made mdformat-mkdocs uninstallable.
- repo: https://github.com/executablebooks/mdformat
rev: 1.0.0
hooks:
- id: mdformat
additional_dependencies:
- mdformat-mkdocs[recommended]>=4.1.2
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
rev: v0.8.0
hooks:
- id: pre-commit-update
My workaround for now is to not update mdformat (last line)
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.22
hooks:
- id: mdformat
additional_dependencies:
- mdformat-mkdocs[recommended]>=4.1.2
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update
rev: v0.8.0
hooks:
- id: pre-commit-update
args: [--keep, mdformat]
Metadata
Metadata
Assignees
Labels
No labels