mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-17 01:38:19 +00:00
fix remaining typecheck
This commit is contained in:
@@ -101,8 +101,8 @@ python-version = "3.11.0"
|
|||||||
no-strip-extras=true
|
no-strip-extras=true
|
||||||
generate-hashes=true
|
generate-hashes=true
|
||||||
|
|
||||||
[tool.ty.src]
|
[tool.ty.environment]
|
||||||
root = "src/backend/InvenTree"
|
root = ["src/backend/InvenTree"]
|
||||||
|
|
||||||
[tool.ty.rules]
|
[tool.ty.rules]
|
||||||
unresolved-reference="ignore" # 21 # see https://github.com/astral-sh/ty/issues/220
|
unresolved-reference="ignore" # 21 # see https://github.com/astral-sh/ty/issues/220
|
||||||
|
|||||||
Reference in New Issue
Block a user