reordered the libs
This commit is contained in:
11
lib/godot-cpp/misc/scripts/mypy.ini
Normal file
11
lib/godot-cpp/misc/scripts/mypy.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
Reference in New Issue
Block a user