From 46957d731f69075ec280f67acaa53a2c09563274 Mon Sep 17 00:00:00 2001 From: Egor Date: Wed, 6 May 2020 13:04:40 +0300 Subject: [PATCH] feat: add mypy hook --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17ed6d92..7cc2e700 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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