chore(deps): update dependency mysql-connector-python to v9 [security] #85
Annotations
6 errors and 2 warnings
Run jakebailey/pyright-action@v1:
backend/api/global_scoreboard_api.py#L47
Argument missing for parameter "name_or_id" (reportCallIssue)
|
Run jakebailey/pyright-action@v1:
backend/api/global_scoreboard_api.py#L47
Unnecessary "# pyright: ignore" rule: "reportGeneralTypeIssues" (reportUnnecessaryTypeIgnoreComment)
|
Run jakebailey/pyright-action@v1:
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)
|
Run jakebailey/pyright-action@v1:
backend/models/core_models.py#L24
Unnecessary "# pyright: ignore" rule: "reportGeneralTypeIssues" (reportUnnecessaryTypeIgnoreComment)
|
Run jakebailey/pyright-action@v1:
backend/services/cached_requests.py#L17
Cannot access attribute "response_count" for class "BaseCache"
Attribute "response_count" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1
5 errors
|
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/
|
Run jakebailey/pyright-action@v1:
backend/services/cached_requests.py#L78
Stub file not found for "redislite" (reportMissingTypeStubs)
|
Loading