Skip to content

Commit cc2e3b5

Browse files
committed
đź”§ globally disable the backwards-incompatible reportImplicitAbstractClass bpr rule
1 parent 7ce85ee commit cc2e3b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ reportPrivateUsage = false
163163
# basedpyright
164164
failOnWarnings = true
165165
reportIgnoreCommentWithoutRule = true
166-
reportImplicitAbstractClass = true
166+
reportImplicitAbstractClass = false
167167
reportImplicitRelativeImport = true
168168
reportInvalidCast = true
169169
reportPrivateLocalImportUsage = true

‎scipy-stubs/stats/_typing.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# NOTE(scipy-stubs): This ia a module only exists `if typing.TYPE_CHECKING: ...`
22

3-
# pyright: reportImplicitAbstractClass=false
4-
53
import abc
64
from typing import Generic, Literal, TypeAlias, final, type_check_only
75
from typing_extensions import Self, TypeVarTuple, Unpack

0 commit comments

Comments
 (0)