From fdc6ffd264d015d4f6ba22488a4e7ab78d365b24 Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Fri, 20 Sep 2024 09:34:11 -0500 Subject: Style: Update `ruff` & `mypy` to latest versions --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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"] -- cgit v1.2.3