chore(deps): bump ruff from 0.7.4 to 0.8.0 #645
lint-and-test.yaml
on: push
call-workflow
/
pre-commit
15s
Matrix: pytest / pytest
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.
|