Skip to content

chore(deps): Update to mypy 1.19.0 and disable mypy on pypy (#53) #44

chore(deps): Update to mypy 1.19.0 and disable mypy on pypy (#53)

chore(deps): Update to mypy 1.19.0 and disable mypy on pypy (#53) #44

Triggered via push December 17, 2025 01:57
Status Success
Total duration 10m 33s
Artifacts

CI.yml

on: push
Matrix: Test actions / Test setup-poetry
Matrix: Test actions / Test analyze-project
Matrix: Test actions / Test analyze-project (repo root)
Matrix: Test actions / Test setup-python
Test actions  /  Test check-project-version
24s
Test actions / Test check-project-version
Test actions  /  Test update-project-version
25s
Test actions / Test update-project-version
Matrix: Test actions / Test setup-poetry (cache hit)
Matrix: Test actions / Test setup-poetry (no cache)
Matrix: Test actions / Test analyze-project (cache hit)
Test actions  /  Test Results
2s
Test actions / Test Results
Fit to window
Zoom out
Zoom in

Annotations

380 errors, 2 warnings, and 1 notice
Test actions / Test check-project-version
Process completed with exit code 1.
Project Version Error
The project version in pyproject.toml does not match the expected version. If this workflow was triggered by a GitHub release, verify that the release was tagged with the correct version. If they don't match, you should either update pyproject.toml or delete and re-create the release with the correct tag. Project version: 1.0.0 Expected version: 1.0.1
Test actions / Test analyze-project (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.12): .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)
Test actions / Test analyze-project (macos-latest, 3.12): .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)
Test actions / Test analyze-project (macos-latest, 3.12): .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)
Test actions / Test analyze-project (macos-latest, 3.12): .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)
Test actions / Test analyze-project (macos-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.9): .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)
Test actions / Test analyze-project (macos-latest, 3.9): .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)
Test actions / Test analyze-project (macos-latest, 3.9): .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)
Test actions / Test analyze-project (macos-latest, 3.9): .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)
Test actions / Test analyze-project (macos-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.13): .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)
Test actions / Test analyze-project (macos-latest, 3.13): .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)
Test actions / Test analyze-project (macos-latest, 3.13): .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)
Test actions / Test analyze-project (macos-latest, 3.13): .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)
Test actions / Test analyze-project (macos-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.11): .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)
Test actions / Test analyze-project (macos-latest, 3.11): .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)
Test actions / Test analyze-project (macos-latest, 3.11): .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)
Test actions / Test analyze-project (macos-latest, 3.11): .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)
Test actions / Test analyze-project (macos-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.10): .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)
Test actions / Test analyze-project (macos-latest, 3.10): .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)
Test actions / Test analyze-project (macos-latest, 3.10): .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)
Test actions / Test analyze-project (macos-latest, 3.10): .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)
Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (ubuntu-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (ubuntu-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (macos-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (windows-latest, 3.9): .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)
Test actions / Test analyze-project (windows-latest, 3.9): .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)
Test actions / Test analyze-project (windows-latest, 3.9): .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)
Test actions / Test analyze-project (windows-latest, 3.9): .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)
Test actions / Test analyze-project (windows-latest, 3.9)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.9)
Process completed with exit code 127.
Test actions / Test analyze-project (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (macos-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (windows-latest, 3.13): .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)
Test actions / Test analyze-project (windows-latest, 3.13): .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)
Test actions / Test analyze-project (windows-latest, 3.13): .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)
Test actions / Test analyze-project (windows-latest, 3.13): .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)
Test actions / Test analyze-project (windows-latest, 3.13)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.13)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.10): .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)
Test actions / Test analyze-project (windows-latest, 3.10): .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)
Test actions / Test analyze-project (windows-latest, 3.10): .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)
Test actions / Test analyze-project (windows-latest, 3.10): .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)
Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (macos-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (macos-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.12): .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)
Test actions / Test analyze-project (windows-latest, 3.12): .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)
Test actions / Test analyze-project (windows-latest, 3.12): .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)
Test actions / Test analyze-project (windows-latest, 3.12): .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)
Test actions / Test analyze-project (windows-latest, 3.12)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.12)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (windows-latest, 3.14t-dev)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.14t-dev)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (windows-latest, pypy3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, pypy3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.11): .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)
Test actions / Test analyze-project (windows-latest, 3.11): .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)
Test actions / Test analyze-project (windows-latest, 3.11): .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)
Test actions / Test analyze-project (windows-latest, 3.11): .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)
Test actions / Test analyze-project (windows-latest, 3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, 3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (windows-latest, pypy3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (windows-latest, pypy3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.12)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.13)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (ubuntu-latest, pypy3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.9)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, pypy3.11)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.13): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.13)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.13)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.9): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.9)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.9)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.10): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.10)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (macos-latest, 3.14t-dev)
Process completed with exit code 255.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14.0-rc.3): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14.0-rc.3)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14.0-rc.3)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14t-dev): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14t-dev)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.14t-dev)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.11): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.11)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.10): .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)
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, pypy3.10)
Process completed with exit code 127.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12)
Back off 18.554 seconds before retry.
Test actions / Test analyze-project (cache hit) (windows-latest, 3.12)
Failed to download action 'https://api.github.com/repos/jakebailey/pyright-action/zipball/6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e'. Error: Response status code does not indicate success: 429 (Too Many Requests). 0400:5EC54:6907A:8D79C:69420FC6
Notice
The next step is expected to fail.