chore(deps): update dependency mysql-connector-python to v9 [security] #92
Annotations
6 errors and 1 warning
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
|
Run jakebailey/pyright-action@v1:
backend/services/cached_requests.py#L78
Stub file not found for "redislite" (reportMissingTypeStubs)
|
Loading