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.
numpy_quaddtype
1 parent 5e4336b commit a4b70f5Copy full SHA for a4b70f5
quaddtype/pyproject.toml
@@ -36,6 +36,11 @@ test = [
36
"pytest-run-parallel"
37
]
38
39
+[project.urls]
40
+Repository = "https://github.com/numpy/numpy-user-dtypes"
41
+Documentation = "https://github.com/numpy/numpy-user-dtypes/tree/main/quaddtype"
42
+Issues = "https://github.com/numpy/numpy-user-dtypes/issues"
43
+
44
[tool.pyright]
45
include = ["numpy_quaddtype/*.pyi"]
46
typeCheckingMode = "strict"
0 commit comments