You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
SCons: Consolidate pysettings via pyproject.toml
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[tool.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 = ["thirdparty/"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
extend-exclude = ".*thirdparty/.*"
|
||||
Reference in New Issue
Block a user