2022-08-23 13:21:46 +00:00
|
|
|
[mypy]
|
|
|
|
ignore_missing_imports = true
|
|
|
|
disallow_any_generics = True
|
|
|
|
pretty = True
|
|
|
|
show_column_numbers = True
|
|
|
|
warn_redundant_casts = True
|
|
|
|
warn_return_any = True
|
|
|
|
warn_unreachable = True
|
|
|
|
|
|
|
|
namespace_packages = True
|
|
|
|
explicit_package_bases = True
|
2021-11-12 12:49:49 +00:00
|
|
|
exclude = (?x)(^thirdparty)
|