Skip to content

Save response info in storage #9299

Save response info in storage

Save response info in storage #9299

Triggered via pull request September 19, 2023 10:17
Status Success
Total duration 3m 15s
Artifacts

annotate_python.yml

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

Annotations

10 errors and 1 warning
annotate-python-linting: src/ert/cli/main.py#L49
line too long (80 > 79 characters)
annotate-python-linting: src/ert/cli/main.py#L74
line too long (85 > 79 characters)
annotate-python-linting: src/ert/cli/main.py#L84
line too long (86 > 79 characters)
annotate-python-linting: src/ert/config/__init__.py#L3
line too long (83 > 79 characters)
annotate-python-linting: src/ert/config/ensemble_config.py#L8
line too long (82 > 79 characters)
annotate-python-linting: src/ert/config/ensemble_config.py#L53
line too long (86 > 79 characters)
annotate-python-linting: src/ert/config/ensemble_config.py#L58
line too long (86 > 79 characters)
annotate-python-linting: src/ert/config/ensemble_config.py#L140
line too long (82 > 79 characters)
annotate-python-linting: src/ert/config/ensemble_config.py#L179
line too long (84 > 79 characters)
annotate-python-linting: src/ert/config/ensemble_config.py#L181
line too long (83 > 79 characters)
annotate-python-linting: src/ert/storage/local_ensemble.py#L206
Use of `functools.lru_cache` or `functools.cache` on methods can lead to memory leaks. The cache may retain instance references, preventing garbage collection.