Skip to content

Commit acf055b

Browse files
committed
Suppress pyright errors from resolving forward references
1 parent 967c4b4 commit acf055b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ build-backend = "poetry.core.masonry.api"
4444
[tool.poetry.scripts]
4545
foundry_sdk_v1 = "foundry_sdk.v1.cli:cli"
4646
foundry_sdk_v2 = "foundry_sdk.v2.cli:cli"
47+
48+
[tool.pyright]
49+
reportInvalidTypeForm = false
50+
reportRedeclaration = false

0 commit comments

Comments
 (0)