@@ -54,14 +54,14 @@ mdformat = [
54
54
lint = [
55
55
{include-group = " extras" },
56
56
{include-group = " mdformat" },
57
- " ruff>=0.11.8 " ,
57
+ " ruff>=0.11.10 " ,
58
58
" sp-repo-review[cli]>=2025.5.2" ,
59
59
]
60
60
type = [
61
61
{include-group = " extras" },
62
62
{include-group = " ci" },
63
63
" basedmypy[faster-cache]>=2.10.0" ,
64
- " basedpyright>=1.29.1 " ,
64
+ " basedpyright>=1.29.2 " ,
65
65
]
66
66
dev = [
67
67
{include-group = " lint" },
@@ -136,7 +136,11 @@ always_false = ["NP23", "NP30"]
136
136
137
137
[tool .pyright ]
138
138
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
+ ]
140
144
stubPath = " ."
141
145
pythonPlatform = " All"
142
146
typeCheckingMode = " strict"
@@ -163,7 +167,7 @@ reportPrivateUsage = false
163
167
# basedpyright
164
168
failOnWarnings = true
165
169
reportIgnoreCommentWithoutRule = true
166
- reportImplicitAbstractClass = true
170
+ reportImplicitAbstractClass = false
167
171
reportImplicitRelativeImport = true
168
172
reportInvalidCast = true
169
173
reportPrivateLocalImportUsage = true
0 commit comments