Skip to content

chore(deps): bump ruff from 0.7.4 to 0.8.0 #645

chore(deps): bump ruff from 0.7.4 to 0.8.0

chore(deps): bump ruff from 0.7.4 to 0.8.0 #645

Triggered via push November 26, 2024 16:10
Status Failure
Total duration 43s
Artifacts
call-workflow  /  pre-commit
15s
call-workflow / pre-commit
Matrix: pytest / pytest
Fit to window
Zoom out
Zoom in

Annotations

5 errors
pytest / Test python 3.11: cridlib/__init__.py#L341
ruff pytest_ruff.RuffError: cridlib/__init__.py:11:11: RUF022 [*] `__all__` is not sorted | 9 | from .parse import parse 10 | 11 | __all__ = [ | ___________^ 12 | | "get", 13 | | "CRIDError", 14 | | "parse", 15 | | ] | |_^ RUF022 | = help: Apply an isort-style sorting to `__all__`
pytest / Test python 3.11
Process completed with exit code 1.
pytest / Test python 3.x
The job was canceled because "_3_11_false" failed.
pytest / Test python 3.x: cridlib/__init__.py#L341
ruff pytest_ruff.RuffError: cridlib/__init__.py:11:11: RUF022 [*] `__all__` is not sorted | 9 | from .parse import parse 10 | 11 | __all__ = [ | ___________^ 12 | | "get", 13 | | "CRIDError", 14 | | "parse", 15 | | ] | |_^ RUF022 | = help: Apply an isort-style sorting to `__all__`
pytest / Test python 3.x
The operation was canceled.