Skip to content

Commit ff46e05

Browse files
committed
Added mypy config to pyproject.toml [skip ci]
1 parent 6d9e258 commit ff46e05

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ dev-optional = [
4040
asyncio_mode = "auto"
4141
asyncio_default_fixture_loop_scope = "function"
4242

43+
[tool.mypy]
44+
python_executable = ".venv/bin/python"
45+
files = [
46+
"pgvector",
47+
"tests"
48+
]
49+
ignore_missing_imports = true
50+
4351
[tool.pyright]
4452
venv = ".venv"
4553
venvPath = "."

0 commit comments

Comments
 (0)