chore(deps): update dependency mysql-connector-python to <=8.4.0 - autoclosed #80
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)
|