feat: add mypy hook

This commit is contained in:
Egor 2020-05-06 13:04:40 +03:00
parent 5a86e0ac4c
commit 46957d731f

View file

@ -24,3 +24,8 @@ repos:
rev: master # pick the isort version you'd like to use from https://github.com/pre-commit/mirrors-isort/releases
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.770' # pick sha/tag from https://github.com/pre-commit/mirrors-mypy
hooks:
- id: mypy