Skip to content

chore(deps): update dependency mysql-connector-python to v9 [security] #81

chore(deps): update dependency mysql-connector-python to v9 [security]

chore(deps): update dependency mysql-connector-python to v9 [security] #81

Triggered via pull request October 24, 2024 17:19
Status Failure
Total duration 32s
Artifacts

lint-python.yml

on: pull_request
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" (reportUnnecessaryTypeIgnoreComment)
Pyright: backend/models/core_models.py#L24
Type "Model" is not assignable to declared type "type[Model]"   Type "Model" is not assignable to type "type[Model]" (reportAssignmentType)
Pyright: backend/models/core_models.py#L24
Unnecessary "# pyright: ignore" rule: "reportGeneralTypeIssues" (reportUnnecessaryTypeIgnoreComment)
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Pyright: backend/services/cached_requests.py#L78
Stub file not found for "redislite" (reportMissingTypeStubs)