Skip to content

Commit 0eb8905

Browse files
committed
Updated typing config [skip ci]
1 parent ff46e05 commit 0eb8905

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,21 @@ asyncio_mode = "auto"
4141
asyncio_default_fixture_loop_scope = "function"
4242

4343
[tool.mypy]
44-
python_executable = ".venv/bin/python"
4544
files = [
4645
"pgvector",
4746
"tests"
4847
]
4948
ignore_missing_imports = true
49+
python_executable = ".venv/bin/python"
5050

5151
[tool.pyright]
52+
include = [
53+
"pgvector",
54+
"tests"
55+
]
56+
reportPossiblyUnboundVariable = "none"
5257
venv = ".venv"
5358
venvPath = "."
54-
reportPossiblyUnboundVariable = "none"
5559

5660
[tool.pyrefly]
5761
project-includes = [

0 commit comments

Comments
 (0)