-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugmypy got something wrongmypy got something wrong
Description
Hi, it appears that TypeChecker.fail doesn't match the CheckerPluginInterface
interface
Line 242 in d39f023
def fail( |
@abstractmethod
def fail(
self, msg: str | ErrorMessage, ctx: Context, *, code: ErrorCode | None = None
) -> None:
Line 7184 in d39f023
def fail( |
def fail(
self, msg: str | ErrorMessage, context: Context, *, code: ErrorCode | None = None
) -> None:
For some reason the implementation names ctx
as context
.
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrong