chore(deps): update jakebailey/pyright-action action to v2 #79
Annotations
6 errors and 1 warning
ruff
Process completed with exit code 1.
|
Pyright:
backend/api/global_scoreboard_api.py#L47
Argument missing for parameter "name_or_id" (reportCallIssue)
|
Pyright:
backend/api/global_scoreboard_api.py#L47
Unnecessary "# pyright: ignore" rule: "reportGeneralTypeIssues"
|
Pyright:
backend/models/core_models.py#L24
Expression of type "Model" cannot be assigned to declared type "type[Model]"
Type "Model" cannot be assigned to type "type[Model]" (reportAssignmentType)
|
Pyright:
backend/models/core_models.py#L24
Unnecessary "# pyright: ignore" rule: "reportGeneralTypeIssues"
|
Pyright
4 errors
|
Pyright:
backend/services/cached_requests.py#L78
Stub file not found for "redislite" (reportMissingTypeStubs)
|