Skip to content

Commit 5206584

Browse files
committed
Disable pyright
1 parent 967c4b4 commit 5206584

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setenv =
88
deps =
99
pydantic=={env:PYDANTIC_VERSION}
1010
httpx=={env:HTTPX_VERSION}
11-
pyright
11+
; pyright
1212
click
1313
polars
1414
duckdb
@@ -24,7 +24,7 @@ deps =
2424
allowlist_externals = poetry
2525
commands =
2626
poetry run pytest --tb=short tests/
27-
pyright foundry_sdk/
27+
; pyright foundry_sdk/
2828
passenv = PYDANTIC_VERSION,HTTPX_VERSION
2929

3030
[testenv:black]

0 commit comments

Comments
 (0)