pre-commit hooks:
- mypy: run mypy static type check
- lint-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:
    - ...