We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4560b8 commit 6d9e258Copy full SHA for 6d9e258
1 file changed
pyproject.toml
@@ -39,3 +39,14 @@ dev-optional = [
39
[tool.pytest.ini_options]
40
asyncio_mode = "auto"
41
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