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 ff46e05 commit 0eb8905Copy full SHA for 0eb8905
1 file changed
pyproject.toml
@@ -41,17 +41,21 @@ asyncio_mode = "auto"
41
asyncio_default_fixture_loop_scope = "function"
42
43
[tool.mypy]
44
-python_executable = ".venv/bin/python"
45
files = [
46
"pgvector",
47
"tests"
48
]
49
ignore_missing_imports = true
+python_executable = ".venv/bin/python"
50
51
[tool.pyright]
52
+include = [
53
+ "pgvector",
54
+ "tests"
55
+]
56
+reportPossiblyUnboundVariable = "none"
57
venv = ".venv"
58
venvPath = "."
-reportPossiblyUnboundVariable = "none"
59
60
[tool.pyrefly]
61
project-includes = [
0 commit comments