From 492744c424a7551fbda11703dc99c9582e9f4fcc Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 26 Nov 2025 13:14:34 +0100 Subject: [PATCH] fix remaining typecheck --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3fa78bf3d..3b53f437d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,8 +101,8 @@ python-version = "3.11.0" no-strip-extras=true generate-hashes=true -[tool.ty.src] -root = "src/backend/InvenTree" +[tool.ty.environment] +root = ["src/backend/InvenTree"] [tool.ty.rules] unresolved-reference="ignore" # 21 # see https://github.com/astral-sh/ty/issues/220