✨ [#5016] Add Referentielijsten service select to builder #12103
code_quality.yml
on: pull_request
Check import sorting
44s
Check code formatting with black
1m 38s
Code style (flake8)
42s
Check for model changes not present in the migrations or default_admin_index fixture
1m 29s
Lint dependencies
4s
Type checking (Pyright)
37s
Annotations
3 errors
Type checking (Pyright):
src/openforms/contrib/referentielijsten/api/viewsets.py#L43
Expression of type "Service" is incompatible with declared type "str | None"
Type "Service" is incompatible with type "str | None"
"Service" is incompatible with "str"
"Service" is incompatible with "None" (reportAssignmentType)
|
Type checking (Pyright):
src/openforms/contrib/referentielijsten/api/viewsets.py#L46
Argument of type "str | None" cannot be assigned to parameter "service" of type "Service" in function "build_client"
Type "str | None" is incompatible with type "Service"
"str" is incompatible with "Service" (reportArgumentType)
|
Type checking (Pyright)
2 errors
|