Skip to content

Commit 2f0ac6c

Browse files
authored
⬆️ bump dev dependencies to latest (#522)
2 parents c4f5b84 + 58df51e commit 2f0ac6c

File tree

2 files changed

+109
-105
lines changed

2 files changed

+109
-105
lines changed

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ mdformat = [
5454
lint = [
5555
{include-group = "extras"},
5656
{include-group = "mdformat"},
57-
"ruff>=0.11.8",
57+
"ruff>=0.11.10",
5858
"sp-repo-review[cli]>=2025.5.2",
5959
]
6060
type = [
6161
{include-group = "extras"},
6262
{include-group = "ci"},
6363
"basedmypy[faster-cache]>=2.10.0",
64-
"basedpyright>=1.29.1",
64+
"basedpyright>=1.29.2",
6565
]
6666
dev = [
6767
{include-group = "lint"},
@@ -136,7 +136,11 @@ always_false = ["NP23", "NP30"]
136136

137137
[tool.pyright]
138138
include = ["scipy-stubs", "scripts", "tests"]
139-
ignore = [".venv"]
139+
ignore = [
140+
".venv",
141+
# https://github.com/jakebailey/pyright-action/issues/188
142+
"/opt/hostedtoolcache/pyright/",
143+
]
140144
stubPath = "."
141145
pythonPlatform = "All"
142146
typeCheckingMode = "strict"
@@ -163,7 +167,7 @@ reportPrivateUsage = false
163167
# basedpyright
164168
failOnWarnings = true
165169
reportIgnoreCommentWithoutRule = true
166-
reportImplicitAbstractClass = true
170+
reportImplicitAbstractClass = false
167171
reportImplicitRelativeImport = true
168172
reportInvalidCast = true
169173
reportPrivateLocalImportUsage = true

0 commit comments

Comments
 (0)