Set up and test out some stuff

This commit is contained in:
Joscha 2019-10-13 23:00:42 +00:00
parent bba57f318f
commit 92cf742126
6 changed files with 180 additions and 0 deletions

5
mypy.ini Normal file
View file

@ -0,0 +1,5 @@
[mypy]
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True
ignore_missing_imports = True