Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type = [
{ include-group = "extras" },
{ include-group = "ci" },
"array-api-compat==1.12.0", # bundled as `scipy._lib.array_api_compat`
"basedpyright>=1.31.0",
"basedpyright>=1.31.1",
"mypy>=1.17.1",
"orjson>=3.11.1; python_version<'3.14'", # used by mypy
]
Expand Down Expand Up @@ -104,8 +104,6 @@ disallow_any_decorated = false
disallow_any_explicit = false
disallow_any_expr = false
disallow_subclassing_any = false
# optype.numpy compat
always_true = ["NP125", "NP126", "NP20", "NP21", "NP22", "NP23"]

[tool.pyright]
exclude = [
Expand Down Expand Up @@ -153,15 +151,6 @@ reportInvalidStubStatement = false
reportUnusedCallResult = false
reportUnusedExpression = false

[tool.pyright.defineConstant]
# optype.numpy compat
NP125 = true
NP126 = true
NP20 = true
NP21 = true
NP22 = true
NP23 = true

[tool.repo-review]
ignore = [
"PY004", # no /docs
Expand Down
28 changes: 13 additions & 15 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.