2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 16:29:57 +00:00

fix remaining typecheck

This commit is contained in:
Matthias Mair
2025-11-26 13:14:34 +01:00
parent f8a9e6043c
commit 492744c424

View File

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