Skip to content

✨ [#5016] Add Referentielijsten service select to builder #12103

✨ [#5016] Add Referentielijsten service select to builder

✨ [#5016] Add Referentielijsten service select to builder #12103

Triggered via pull request January 28, 2025 15:16
Status Failure
Total duration 1m 46s
Artifacts

code_quality.yml

on: pull_request
Check import sorting
44s
Check import sorting
Check code formatting with black
1m 38s
Check code formatting with black
Code style (flake8)
42s
Code style (flake8)
Check for model changes not present in the migrations or default_admin_index fixture
1m 29s
Check for model changes not present in the migrations or default_admin_index fixture
Lint dependencies
4s
Lint dependencies
Type checking (Pyright)
37s
Type checking (Pyright)
Fit to window
Zoom out
Zoom in

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