[#5074] Transform data for selectboxes
in the registrations (variables tab)
#12396
code_quality.yml
on: pull_request
Check import sorting
1m 0s
Check code formatting with black
55s
Code style (flake8)
45s
Check for model changes not present in the migrations or default_admin_index fixture
1m 31s
Lint dependencies
6s
Type checking (Pyright)
39s
Annotations
7 errors
Type checking (Pyright)
6 errors
|
Type checking (Pyright):
src/openforms/registrations/contrib/json_dump/plugin.py#L287
Cannot access attribute "items" for class "Sequence[JSONValue]"
Attribute "items" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/json_dump/plugin.py#L287
"items" is not a known attribute of "None" (reportOptionalMemberAccess)
|
Type checking (Pyright):
src/openforms/registrations/contrib/json_dump/plugin.py#L287
Cannot access attribute "items" for class "bool"
Attribute "items" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/json_dump/plugin.py#L287
Cannot access attribute "items" for class "float"
Attribute "items" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/json_dump/plugin.py#L287
Cannot access attribute "items" for class "int"
Attribute "items" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/json_dump/plugin.py#L287
Cannot access attribute "items" for class "str"
Attribute "items" is unknown (reportAttributeAccessIssue)
|