Feature/4980 add json schema to submitted data of json dump plugin #11992
code_quality.yml
on: pull_request
Check import sorting
39s
Check code formatting with black
57s
Code style (flake8)
1m 47s
Check for model changes not present in the migrations or default_admin_index fixture
1m 19s
Lint dependencies
5s
Type checking (Pyright)
35s
Annotations
5 errors and 6 warnings
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/registration_variables.py#L240
Method "as_json_schema" overrides class "BaseStaticVariable" in an incompatible manner
Base method is declared as a staticmethod but override is not (reportIncompatibleMethodOverride)
|
Type checking (Pyright)
1 error
|
Check import sorting
Process completed with exit code 1.
|
Check code formatting with black
Process completed with exit code 123.
|
Code style (flake8)
Process completed with exit code 1.
|
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
|
Type checking (Pyright):
src/openforms/registrations/contrib/objects_api/registration_variables.py#L240
Instance methods should take a "self" parameter (reportSelfClsParameterName)
|
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 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
|
Code style (flake8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|