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 2295848 commit 910e82bCopy full SHA for 910e82b
2 files changed
Makefile
@@ -3,9 +3,6 @@
3
lint:
4
pycodestyle . --ignore=E501 --exclude=.venv
5
6
-check:
7
- ty check pgvector tests --ignore unused-type-ignore-comment
8
-
9
build:
10
python3 -m build
11
pyproject.toml
@@ -51,6 +51,15 @@ ignore_missing_imports = true
51
disallow_subclassing_any = false
52
python_executable = ".venv/bin/python"
53
54
+[tool.ty.src]
55
+include = [
56
+ "pgvector",
57
+ "tests"
58
+]
59
+
60
+[tool.ty.rules]
61
+unused-type-ignore-comment = "ignore"
62
63
[tool.pyright]
64
include = [
65
"pgvector",
0 commit comments