Feature/2177 map interactions and different map data #11886
code_quality.yml
on: pull_request
Check import sorting
48s
Check code formatting with black
45s
Code style (flake8)
37s
Check for model changes not present in the migrations or default_admin_index fixture
1m 23s
Lint dependencies
4s
Type checking (Pyright)
33s
Annotations
9 errors and 6 warnings
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L112
Operator "in" not supported for types "Literal['type']" and "JSONValue" (reportOperatorIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Argument of type "Literal['type']" cannot be assigned to parameter "key" of type "SupportsIndex | slice" in function "__getitem__"
Type "Literal['type']" is incompatible with type "SupportsIndex | slice"
"Literal['type']" is incompatible with protocol "SupportsIndex"
"__index__" is not present
"Literal['type']" is incompatible with "slice" (reportArgumentType)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
"__getitem__" method not defined on type "int" (reportIndexIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
"__getitem__" method not defined on type "float" (reportIndexIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
"__getitem__" method not defined on type "bool" (reportIndexIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Object of type "None" is not subscriptable (reportOptionalSubscript)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
No overloads for "__getitem__" match the provided arguments (reportCallIssue)
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/handlers/v2.py#L113
Argument of type "Literal['type']" cannot be assigned to parameter "s" of type "slice" in function "__getitem__"
"Literal['type']" is incompatible with "slice" (reportArgumentType)
|
Type checking (Pyright)
8 errors
|
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
|
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 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
|
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 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
|