mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Style: Update ruff
& mypy
to latest versions
This commit is contained in:
parent
2be730a05b
commit
fdc6ffd264
3 changed files with 10 additions and 9 deletions
|
@ -10,6 +10,7 @@ warn_unreachable = true
|
|||
namespace_packages = true
|
||||
explicit_package_bases = true
|
||||
exclude = ["thirdparty/"]
|
||||
python_version = "3.8"
|
||||
|
||||
[tool.ruff]
|
||||
extend-exclude = ["thirdparty"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue