Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

refactor: update pyright to 1.1.317 #61

refactor: update pyright to 1.1.317

refactor: update pyright to 1.1.317 #61

Triggered via push July 19, 2023 05:48
Status Failure
Total duration 33s
Artifacts

lint.yml

on: push
Matrix: pyright
Fit to window
Zoom out
Zoom in

Annotations

6 errors
pyright (3.9): scripts/generate_endpoints.py#L417
Argument of type "_T@list" cannot be assigned to parameter "__key" of type "str" in function "__getitem__"   "object*" is incompatible with "str" (reportGeneralTypeIssues)
pyright (3.9): scripts/generate_endpoints.py#L418
Argument of type "_T@list" cannot be assigned to parameter "__key" of type "str" in function "__getitem__"   "object*" is incompatible with "str" (reportGeneralTypeIssues)
pyright (3.9): scripts/generate_endpoints.py#L421
Argument of type "_KT@dict" cannot be assigned to parameter "name" of type "str" in function "parse_endpoint_func"   "object*" is incompatible with "str" (reportGeneralTypeIssues)
pyright (3.9): scripts/generate_endpoints.py#L421
Argument of type "_VT@dict" cannot be assigned to parameter "func" of type "dict[str, Any]" in function "parse_endpoint_func"   "object*" is incompatible with "dict[str, Any]" (reportGeneralTypeIssues)
pyright (3.9)
4 errors
pyright (3.10)
Exit code 1