Skip to content

chore(deps): update dependency mysql-connector-python to <=8.4.0 #80

chore(deps): update dependency mysql-connector-python to <=8.4.0

chore(deps): update dependency mysql-connector-python to <=8.4.0 #80

Triggered via pull request April 30, 2024 13:45
Status Failure
Total duration 25s
Artifacts

lint-python.yml

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

Annotations

7 errors and 4 warnings
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" is incompatible with declared type "type[Model]"   Type "Model" is incompatible with type "type[Model]" (reportAssignmentType)
Pyright: backend/models/core_models.py#L24
Unnecessary "# pyright: ignore" rule: "reportGeneralTypeIssues"
Pyright: backend/services/cached_requests.py#L17
Cannot access attribute "response_count" for class "BaseCache"   Attribute "response_count" is unknown (reportAttributeAccessIssue)
Pyright
5 errors
add-trailing-comma
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ruff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, jakebailey/pyright-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pyright: backend/services/cached_requests.py#L78
Stub file not found for "redislite" (reportMissingTypeStubs)