1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Style: Update ruff & mypy to latest versions

This commit is contained in:
Thaddeus Crews
2024-09-20 09:34:11 -05:00
parent 2be730a05b
commit fdc6ffd264
3 changed files with 10 additions and 9 deletions

View File

@@ -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"]