📝 Update changelog #358
Annotations
8 errors
nonebot/internal/adapter/message.py#L322
Expression of type "Message[TMS@Message]" cannot be assigned to return type "Self@Message[TMS@Message]"
Type "Message[TMS@Message]" cannot be assigned to type "Self@Message[TMS@Message]" (reportGeneralTypeIssues)
|
nonebot/internal/driver/combine.py#L38
No overloads for "__get__" match the provided arguments (reportGeneralTypeIssues)
|
nonebot/internal/driver/combine.py#L38
Argument of type "CombinedDriver" cannot be assigned to parameter "obj" of type "None" in function "__get__"
"CombinedDriver" is incompatible with "None" (reportGeneralTypeIssues)
|
nonebot/internal/driver/combine.py#L40
No overloads for "join" match the provided arguments (reportGeneralTypeIssues)
|
nonebot/internal/driver/combine.py#L40
No overloads for "__get__" match the provided arguments (reportGeneralTypeIssues)
|
nonebot/internal/driver/combine.py#L40
Argument of type "CombinedDriver" cannot be assigned to parameter "obj" of type "None" in function "__get__"
"CombinedDriver" is incompatible with "None" (reportGeneralTypeIssues)
|
nonebot/internal/matcher/matcher.py#L316
Expression of type "type[_]" cannot be assigned to return type "type[Self@Matcher]"
Type "type[_]" cannot be assigned to type "type[Self@Matcher]" (reportGeneralTypeIssues)
|
|
The logs for this run have expired and are no longer available.
Loading