This commit is contained in:
Henrik Bakken
2021-09-17 14:26:09 +02:00
parent 38639714f2
commit 8d29e8a5a9
6 changed files with 55 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
[mypy]
show_error_context = True
show_error_codes = True
show_column_numbers = True
pretty = True
color_output = True
disallow_untyped_calls = False
disallow_untyped_defs = True
disallow_incomplete_defs = True
disallow_untyped_decorators = True
# warn_redundant_casts = True
# warn_unused_ignores = True
# warn_unreachable = True
warn_return_any = False
no_implicit_optional = True
strict_optional = True