py-libp2p/mypy.ini
2019-11-04 21:05:12 +01:00

17 lines
383 B
INI

[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
warn_unreachable = True
strict_equality = True
[mypy-libp2p.kademlia.*]
ignore_errors = True