Skip to content

Feature/2177 map interactions and different map data #11729

Feature/2177 map interactions and different map data

Feature/2177 map interactions and different map data #11729

Triggered via pull request December 18, 2024 16:27
Status Failure
Total duration 1m 32s
Artifacts

code_quality.yml

on: pull_request
Check import sorting
49s
Check import sorting
Check code formatting with black
55s
Check code formatting with black
Code style (flake8)
1m 3s
Code style (flake8)
Check for model changes not present in the migrations or default_admin_index fixture
1m 21s
Check for model changes not present in the migrations or default_admin_index fixture
Lint dependencies
6s
Lint dependencies
Type checking (Pyright)
35s
Type checking (Pyright)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "str"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "int"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "float"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "bool"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
"get" is not a known attribute of "None" (reportOptionalMemberAccess)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Cannot access attribute "get" for class "list[JSONValue]"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): 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)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Cannot access attribute "get" for class "str"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Cannot access attribute "get" for class "int"   Attribute "get" is unknown (reportAttributeAccessIssue)
Type checking (Pyright): src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Cannot access attribute "get" for class "float"   Attribute "get" is unknown (reportAttributeAccessIssue)
Lint dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Type checking (Pyright)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check import sorting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check code formatting with black
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Code style (flake8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check for model changes not present in the migrations or default_admin_index fixture
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636