Open leventyalcin opened 3 years ago
Instead, you can pick a particular commit-hash of a commit which includes this change. For example:
- repo: https://github.com/markdownlint/markdownlint
rev: 5329a84691ab0fbce873aa69bb5073a6f5f98bdb
hooks:
- id: markdownlint_docker
Now the warning should be gone.
Description
In order to use markdown_docker hook, I'm consuming the repo from master branch at the moment. However,
pre-commit
is not happy about this and throwing a warning as below;I think a regular releases would help.