Feature/2177 map interactions and different map data #11729
Annotations
10 errors and 1 warning
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "str"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "int"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "float"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "bool"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
"get" is not a known attribute of "None" (reportOptionalMemberAccess)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "list[JSONValue]"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Argument of type "JSONValue | Unknown" cannot be assigned to parameter "obj" of type "Sized" in function "len"
Type "JSONValue | Unknown" is incompatible with type "Sized"
"float" is incompatible with protocol "Sized"
"__len__" is not present (reportArgumentType)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Cannot access attribute "get" for class "str"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Cannot access attribute "get" for class "int"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
Run jakebailey/pyright-action@v1:
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Cannot access attribute "get" for class "float"
Attribute "get" is unknown (reportAttributeAccessIssue)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading