Skip to content

✏️ Plugin: 移除不再维护的插件 (#2471) #371

✏️ Plugin: 移除不再维护的插件 (#2471)

✏️ Plugin: 移除不再维护的插件 (#2471) #371

Triggered via push November 29, 2023 07:51
Status Failure
Total duration 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pyright.yml

on: push
Pyright Lint
20s
Pyright Lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Pyright Lint: nonebot/internal/driver/combine.py#L38
No overloads for "__get__" match the provided arguments (reportGeneralTypeIssues)
Pyright Lint: 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)
Pyright Lint: nonebot/internal/driver/combine.py#L40
No overloads for "join" match the provided arguments (reportGeneralTypeIssues)
Pyright Lint: nonebot/internal/driver/combine.py#L40
No overloads for "__get__" match the provided arguments (reportGeneralTypeIssues)
Pyright Lint: 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)
Pyright Lint: 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)
Pyright Lint
6 errors