Skip to content

chore(deps): lock file maintenance #239

chore(deps): lock file maintenance

chore(deps): lock file maintenance #239

Triggered via pull request February 16, 2026 22:36
Status Failure
Total duration 8m 22s
Artifacts

PR.yml

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

Annotations

196 errors and 1 notice
Run CI / 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
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 1.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.10)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.13)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 1.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.10)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.12)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.12)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t-dev)
The process 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' failed with exit code 1
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t-dev)
+ Throw "Error happened during pip installation / upgrade" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Error happened ...ation / upgrade:String) [], RuntimeException + FullyQualifiedErrorId : Error happened during pip installation / upgrade
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t-dev)
Error happened during pip installation / upgrade At D:\a\_temp\e7397d05-5323-4931-b59f-71f16cfded07\setup.ps1:143 char:5
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t-dev)
ModuleNotFoundError: No module named 'encodings' Stack (most recent call first): <no Python frame>
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t-dev)
Fatal Python error: Failed to import encodings module Python runtime state: core initialized
Run CI / Test actions / Test analyze-project (windows-latest, 3.14t-dev)
Could not find platform independent libraries <prefix>
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.9)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.11)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.13)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.13)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev)
Process completed with exit code 255.
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.14t-dev)
Process completed with exit code 255.
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, 3.12)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.10)
Process completed with exit code 1.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.10)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.10)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.9)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.9)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.10)
Process completed with exit code 1.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.10)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.10)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.14.0-rc.3)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.14t-dev)
Process completed with exit code 255.
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.14t-dev)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (ubuntu-latest, pypy3.11)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 1.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, 3.10)
Process completed with exit code 127.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, 3.11)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, 3.11)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, 3.12)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, 3.12)
Process completed with exit code 127.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, 3.13)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, 3.13)
Process completed with exit code 127.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, 3.9)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, 3.9)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.10)
Process completed with exit code 1.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.10)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.10)
Process completed with exit code 127.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, 3.14.0-rc.3)
Process completed with exit code 127.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, 3.11)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, 3.11)
Process completed with exit code 127.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11)
Process completed with exit code 255.
Run CI / Test actions / Test analyze-project (macos-latest, pypy3.11)
Process completed with exit code 255.
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / 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)
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11)
Process completed with exit code 127.
Run CI / Test actions / Test analyze-project (windows-latest, pypy3.11)
Process completed with exit code 127.
Notice
The next step is expected to fail.