Hello,
First of all, thank you for the great work on markdownlint-cli.
I would like to propose a small enhancement to improve compatibility with the pre-commit framework.
Currently, when integrating markdownlint-cli in a .pre-commit-config.yaml like the following:
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
hooks:
- id: markdownlint
pre-commit throws an error
Thank you in advance for considering this enhancement.
Hello,
First of all, thank you for the great work on
markdownlint-cli.I would like to propose a small enhancement to improve compatibility with the
pre-commitframework.Currently, when integrating
markdownlint-cliin a.pre-commit-config.yamllike the following:pre-committhrows an errorThank you in advance for considering this enhancement.