From 67b24269d19e35e17a76cb89086e2ef2639122bf Mon Sep 17 00:00:00 2001 From: cmp0xff Date: Mon, 8 Dec 2025 12:19:44 +0100 Subject: [PATCH] astral-sh/ty#1752 --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4654b68ba..0ff92ccbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -342,7 +342,9 @@ filterwarnings = [ # Next line needed to avoid poetry complaint [tool.setuptools_scm] +[tool.ty.environment] +python-platform = "all" +python-version = "3.10" + [tool.ty.rules] unresolved-import = "ignore" -# TODO: report to ty -invalid-type-arguments = "ignore"