✨ [#4788] ConfigurationStep for Objects API registration config #11440
code_quality.yml
on: pull_request
Check import sorting
1m 15s
Check code formatting with black
1m 3s
Code style (flake8)
44s
Check for model changes not present in the migrations or default_admin_index fixture
1m 25s
Lint dependencies
7s
Type checking (Pyright)
34s
Annotations
10 errors and 4 warnings
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/models.py#L1
"DjangoModelRef" is not exported from module "django_setup_configuration.models"
Import from "django_setup_configuration.fields" instead (reportPrivateImportUsage)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L36
Cannot access attribute "name" for class "SingleObjectsAPIGroupConfigModel"
Attribute "name" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L41
Cannot access attribute "catalogue_domain" for class "SingleObjectsAPIGroupConfigModel"
Attribute "catalogue_domain" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L42
Cannot access attribute "catalogue_rsin" for class "SingleObjectsAPIGroupConfigModel"
Attribute "catalogue_rsin" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L43
Cannot access attribute "organisatie_rsin" for class "SingleObjectsAPIGroupConfigModel"
Attribute "organisatie_rsin" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L44
Cannot access attribute "iot_submission_report" for class "SingleObjectsAPIGroupConfigModel"
Attribute "iot_submission_report" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L45
Cannot access attribute "iot_submission_csv" for class "SingleObjectsAPIGroupConfigModel"
Attribute "iot_submission_csv" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L46
Cannot access attribute "iot_attachment" for class "SingleObjectsAPIGroupConfigModel"
Attribute "iot_attachment" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright):
src/openforms/contrib/objects_api/setup_configuration/steps.py#L56
Cannot access attribute "identifier" for class "SingleObjectsAPIGroupConfigModel"
Attribute "identifier" is unknown (reportAttributeAccessIssue)
|
Type checking (Pyright)
9 errors
|
Type checking (Pyright)
The following actions use a deprecated Node.js version and will be forced to run on node20: jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Code style (flake8)
Cache save failed.
|
Check code formatting with black
Cache save failed.
|
Check import sorting
Cache save failed.
|