@@ -54,14 +54,14 @@ mdformat = [
5454lint = [
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]
6060type = [
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]
6666dev = [
6767 {include-group = " lint" },
@@ -136,7 +136,11 @@ always_false = ["NP23", "NP30"]
136136
137137[tool .pyright ]
138138include = [" 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+ ]
140144stubPath = " ."
141145pythonPlatform = " All"
142146typeCheckingMode = " strict"
@@ -163,7 +167,7 @@ reportPrivateUsage = false
163167# basedpyright
164168failOnWarnings = true
165169reportIgnoreCommentWithoutRule = true
166- reportImplicitAbstractClass = true
170+ reportImplicitAbstractClass = false
167171reportImplicitRelativeImport = true
168172reportInvalidCast = true
169173reportPrivateLocalImportUsage = true
0 commit comments