pre-commit hooks:
mypy
: run mypy static type checklint-markdown
: use markdownlint to try to format Markdown files in place
To use, add this to you .pre-commit-config.yaml
:
- repo: https://github.com/ldbo/pre-commit-hooks
rev: master
hooks:
- ...