This commit is contained in:
Joscha 2019-04-06 17:17:43 +00:00
parent 23425090cc
commit f6f7cc5aa6
2 changed files with 12 additions and 13 deletions

View file

@ -1,3 +1,4 @@
[mypy]
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True