Enable mypy, and do the minimal changes to make it pass

This commit is contained in:
2021-02-28 12:23:06 +01:00
committed by Valentin Lorentz
parent 1c1b8214a0
commit 12da7e1e3b
18 changed files with 195 additions and 179 deletions

View File

@ -14,3 +14,8 @@ repos:
rev: 3.8.3
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
hooks:
- id: mypy