28f6de37ee
* ignore kad * fix swarm, and minor * fix init and swarm * ignore pb * enable mypy * fix basic host * fix tcp * fix mplex * add typing for pb * skip format pyi * [mypy] no need to ignore pb now * add typing to chat
16 lines
359 B
INI
16 lines
359 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
|
|
strict_equality = True
|
|
|
|
[mypy-libp2p.kademlia.*]
|
|
ignore_errors = True
|