mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
13 lines
295 B
INI
13 lines
295 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
disallow_any_generics = True
|
|
no_implicit_optional = 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)
|