mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
12 lines
239 B
INI
12 lines
239 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
|