Add mypy to precommit

pull/130/head
stijndcl 2022-08-29 18:33:44 +02:00
parent b2bc497c50
commit 7b2109fb07
1 changed files with 6 additions and 0 deletions

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]