Skip to content

[Python] Type checking in CI #4

[Python] Type checking in CI

[Python] Type checking in CI #4

Triggered via pull request January 5, 2026 20:03
Status Success
Total duration 5m 28s
Artifacts

python-type-checking.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
pyright: tests/Python/TestType.fs#L573
An indexed property's getter and setter must have the same type. Property 'Item' has getter of type 'int' but setter of type 'string'.
pyright: tests/Python/TestMisc.fs#L1140
This rule will never be matched
pyright: tests/Python/TestApplicative.fs#L1653
This construct causes code to be less generic than indicated by the type annotations. The type variable 'Functor has been constrained to be type 'Functor'.
pyright: tests/Python/TestApplicative.fs#L1090
This construct causes code to be less generic than indicated by the type annotations. The type variable 'Applicative<'T> has been constrained to be type 'Const<'a,Result<'b,int>>'.
pyright: tests/Python/TestApplicative.fs#L1090
The instantiation of the generic type 'Const' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. 'Const<_,_>'.
pyright: tests/Python/TestApplicative.fs#L1088
This construct causes code to be less generic than indicated by the type annotations. The type variable 'T has been constrained to be type 'Result<'a,int>'.