2022-08-23 15:21:46 +02:00
|
|
|
[mypy]
|
2023-11-21 22:33:14 +01:00
|
|
|
ignore_missing_imports = True
|
2022-08-23 15:21:46 +02:00
|
|
|
disallow_any_generics = True
|
2023-11-21 22:33:14 +01:00
|
|
|
no_implicit_optional = True
|
2022-08-23 15:21:46 +02:00
|
|
|
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 13:49:49 +01:00
|
|
|
exclude = (?x)(^thirdparty)
|