Add mypy to precommit

This commit is contained in:
stijndcl 2022-08-29 18:33:44 +02:00
parent b2bc497c50
commit 7b2109fb07

View file

@ -44,3 +44,9 @@ repos:
- "flake8-eradicate"
- "flake8-isort"
- "flake8-simplify"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
hooks:
- id: mypy
args: [--config, pyproject.toml]