Skip to content

Commit 6d9e258

Browse files
committed
Added pyright and pyrefly config to pyproject.toml [skip ci]
1 parent d4560b8 commit 6d9e258

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,14 @@ dev-optional = [
3939
[tool.pytest.ini_options]
4040
asyncio_mode = "auto"
4141
asyncio_default_fixture_loop_scope = "function"
42+
43+
[tool.pyright]
44+
venv = ".venv"
45+
venvPath = "."
46+
reportPossiblyUnboundVariable = "none"
47+
48+
[tool.pyrefly]
49+
project-includes = [
50+
"pgvector/**/*.py",
51+
"tests/**/*.py"
52+
]

0 commit comments

Comments
 (0)