Skip to content

chore(deps): update jakebailey/pyright-action action to v2 #79

chore(deps): update jakebailey/pyright-action action to v2

chore(deps): update jakebailey/pyright-action action to v2 #79

Triggered via pull request January 22, 2024 00:37
Status Failure
Total duration 30s
Artifacts

lint-python.yml

on: pull_request
ruff
9s
ruff
add-trailing-comma
7s
add-trailing-comma
Pyright
20s
Pyright
Fit to window
Zoom out
Zoom in

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)