Skip to content

do not lint for all Python versions, single Python version is enough #524

do not lint for all Python versions, single Python version is enough

do not lint for all Python versions, single Python version is enough #524

Triggered via push October 24, 2025 12:34
Status Failure
Total duration 18s
Artifacts

code_style.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build
Process completed with exit code 1.
Ruff (E711): tests/unit_tests/volumes/test_volumes.py#L88
tests/unit_tests/volumes/test_volumes.py:88:33: E711 Comparison to `None` should be `cond is None`
Ruff (E711): tests/unit_tests/volumes/test_volumes.py#L81
tests/unit_tests/volumes/test_volumes.py:81:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): tests/unit_tests/ssh_keys/test_ssh_keys.py#L178
tests/unit_tests/ssh_keys/test_ssh_keys.py:178:26: E711 Comparison to `None` should be `cond is None`
Ruff (E711): tests/unit_tests/authentication/test_authentication.py#L136
tests/unit_tests/authentication/test_authentication.py:136:54: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): tests/unit_tests/authentication/test_authentication.py#L125
tests/unit_tests/authentication/test_authentication.py:125:54: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): tests/unit_tests/authentication/test_authentication.py#L60
tests/unit_tests/authentication/test_authentication.py:60:54: E711 Comparison to `None` should be `cond is not None`