Skip to content

Commit 096e6dc

Browse files
author
Engin Mahmut
committed
fix pyright CI: ignore optional GPU backend files
1 parent b0d3374 commit 096e6dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ xfail_strict = true
3939
[tool.pyright]
4040
pythonVersion = "3.10"
4141
include = ["src", "tests", "examples", "benchmarks"]
42+
ignore = [
43+
"src/semafold/turboquant/backends/_torch.py",
44+
"src/semafold/turboquant/backends/_mlx.py",
45+
"src/semafold/turboquant/backends/_registry.py",
46+
]
4247
typeCheckingMode = "basic"
4348
venvPath = "."
4449
venv = ".venv"

0 commit comments

Comments
 (0)