added mypy checks and some typehint changes to conform

This commit is contained in:
collerek
2020-09-29 14:05:08 +02:00
parent 6d56ea5e30
commit 3caa87057e
23 changed files with 274 additions and 202 deletions

5
mypy.ini Normal file
View File

@ -0,0 +1,5 @@
[mypy]
python_version = 3.8
[mypy-sqlalchemy.*]
ignore_missing_imports = True