Skip to content

Merge ert storage #9376

Merge ert storage

Merge ert storage #9376

Triggered via pull request September 20, 2023 14:33
Status Success
Total duration 3m 18s
Artifacts

annotate_python.yml

on: pull_request
annotate-python-linting
3m 6s
annotate-python-linting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
annotate-python-linting: setup.py#L11
line too long (83 > 79 characters)
annotate-python-linting: setup.py#L32
line too long (87 > 79 characters)
annotate-python-linting: setup.py#L33
line too long (84 > 79 characters)
annotate-python-linting: setup.py#L34
line too long (86 > 79 characters)
annotate-python-linting: setup.py#L35
line too long (86 > 79 characters)
annotate-python-linting: setup.py#L36
line too long (82 > 79 characters)
annotate-python-linting: src/ert/dark_storage/compute/__init__.py#L1
'.misfits.calculate_misfits_from_pandas' imported but unused
annotate-python-linting: src/ert/dark_storage/compute/misfits.py#L1
'typing.Any' imported but unused
annotate-python-linting: src/ert/dark_storage/compute/misfits.py#L1
'typing.Optional' imported but unused
annotate-python-linting: src/ert/dark_storage/compute/misfits.py#L2
'uuid.UUID' imported but unused
annotate-python-linting: src/ert/dark_storage/json_schema/update.py#L11
Use 'Optional[UUID]' instead of 'Union[UUID, None]'
annotate-python-linting: src/ert/dark_storage/json_schema/update.py#L12
Use 'Optional[UUID]' instead of 'Union[UUID, None]'
annotate-python-linting: src/ert/dark_storage/security.py#L11
Do not perform function calls in argument defaults. The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call. If this is intended, assign the function call to a module-level variable and use that variable as a default value.