fix some mypy lint

This commit is contained in:
ducklet 2020-11-08 10:35:26 +01:00
parent 9d7d80d3a5
commit 7c7a1fcde2
6 changed files with 20 additions and 6 deletions

5
mypy.ini Normal file
View file

@ -0,0 +1,5 @@
[mypy]
ignore_missing_imports = True
pretty = True
python_version = 3.8
platform = linux