mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
1887a9df19
Co-authored-by: Riteo <riteo@posteo.net>
12 lines
267 B
INI
12 lines
267 B
INI
[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
|
|
exclude = (?x)(^thirdparty)
|