mypy: Disable implicit optionals

This commit is contained in:
2021-04-07 21:36:37 -05:00
parent e9cd6d1715
commit 157825a345
9 changed files with 23 additions and 14 deletions

View File

@@ -4,3 +4,4 @@ disallow_untyped_defs = True
disallow_untyped_calls = True
disallow_incomplete_defs = True
pretty = True
no_implicit_optional = True