[pre-commit.ci] pre-commit autoupdate #996
Annotations
4 errors and 1 warning
pyright
3 errors
|
pyright:
flake8_async/visitors/visitor102_120.py#L203
Cannot assign to attribute "shielded" for class "TrioScope"
Type "_ConstantValue" is not assignable to type "bool"
"EllipsisType" is not assignable to "bool" (reportAttributeAccessIssue)
|
pyright:
flake8_async/visitors/visitor102_120.py#L49
Cannot assign to attribute "shielded" for class "TrioScope*"
Type "_ConstantValue" is not assignable to type "bool"
"EllipsisType" is not assignable to "bool" (reportAttributeAccessIssue)
|
pyright:
flake8_async/visitors/helpers.py#L145
Argument of type "_ConstantValue" cannot be assigned to parameter "obj" of type "Sized" in function "len"
Type "_ConstantValue" is not assignable to type "Sized"
"EllipsisType" is incompatible with protocol "Sized"
"__len__" is not present (reportArgumentType)
|
pyright
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|