chore(deps): bump ruff from 0.7.4 to 0.8.0 #642
Annotations
2 errors
Run poetry run pytest:
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__`
|
Run poetry run pytest
Process completed with exit code 1.
|
Loading