chore(deps): update dependency click to v8.3.1 (#52) #41
Annotations
7 errors
|
|
|
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['numbers']" cannot be assigned to parameter "y" of type "int" in function "foo"
"Literal['numbers']" is not assignable to "int" (reportArgumentType)
|
|
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L20
Argument of type "Literal['not']" cannot be assigned to parameter "x" of type "int" in function "foo"
"Literal['not']" is not assignable to "int" (reportArgumentType)
|
|
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L17
Type "list[int | str]" is not assignable to declared type "list[int]"
"Literal['three']" is not assignable to "int" (reportAssignmentType)
|
|
.github/test_projects/pyright-errors/src/test_project/pyright-errors.py#L13
Type "str" is not assignable to return type "int"
"str" is not assignable to "int" (reportReturnType)
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading