2019-07-08 07:57:29 +02:00
|
|
|
[mypy]
|
2020-01-18 23:25:24 +01:00
|
|
|
cache_dir = ~/.cache/mypy
|
2019-07-08 07:57:29 +02:00
|
|
|
ignore_missing_imports = True
|
|
|
|
disallow_untyped_defs = True
|
|
|
|
disallow_untyped_calls = True
|
|
|
|
disallow_incomplete_defs = True
|
|
|
|
disallow_untyped_decorators = True
|