diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-09-20 09:34:11 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-09-20 09:36:09 -0500 |
commit | fdc6ffd264d015d4f6ba22488a4e7ab78d365b24 (patch) | |
tree | 69dc5133c23c8e72bb849e6c9f277f65bca92dc7 /pyproject.toml | |
parent | 2be730a05b7ff221b89c967981f7caee6e164ef0 (diff) | |
download | redot-engine-fdc6ffd264d015d4f6ba22488a4e7ab78d365b24.tar.gz |
Style: Update `ruff` & `mypy` to latest versions
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 59b6d09a03..1cf789b460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] |