2019-07-24 15:54:30 +08:00
|
|
|
[mypy]
|
|
|
|
warn_unused_ignores = True
|
|
|
|
ignore_missing_imports = True
|
|
|
|
strict_optional = False
|
|
|
|
check_untyped_defs = True
|
|
|
|
disallow_incomplete_defs = True
|
|
|
|
disallow_untyped_defs = True
|
|
|
|
disallow_any_generics = True
|
|
|
|
disallow_untyped_calls = True
|
|
|
|
warn_redundant_casts = True
|
|
|
|
warn_unused_configs = True
|
2019-11-05 04:05:12 +08:00
|
|
|
warn_unreachable = True
|
2019-07-24 15:54:30 +08:00
|
|
|
strict_equality = True
|
2019-08-11 16:47:54 +08:00
|
|
|
|
|
|
|
[mypy-libp2p.kademlia.*]
|
|
|
|
ignore_errors = True
|