Skip to content

chore(deps-dev): bump ruff from 0.7.4 to 0.8.0 #911

chore(deps-dev): bump ruff from 0.7.4 to 0.8.0

chore(deps-dev): bump ruff from 0.7.4 to 0.8.0 #911

Triggered via pull request November 22, 2024 12:26
Status Failure
Total duration 2m 42s
Artifacts

main.yaml

on: pull_request
pre-commit  /  pre-commit
28s
pre-commit / pre-commit
Test Helm Chart
2m 34s
Test Helm Chart
Matrix: python-poetry / pytest
Fit to window
Zoom out
Zoom in

Annotations

4 errors
python-poetry / Test python 3.x: app/server.py#L341
ruff pytest_ruff.RuffError: app/server.py:8:1: UP035 [*] Import from `collections.abc` instead: `Iterable` | 6 | import logging 7 | from pathlib import Path 8 | from typing import TYPE_CHECKING, Any, Iterable, Self | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UP035 9 | 10 | if TYPE_CHECKING: # pragma: no cover | = help: Import from `collections.abc`
python-poetry / Test python 3.x
Process completed with exit code 1.
python-poetry / Test python 3.11: app/server.py#L341
ruff pytest_ruff.RuffError: app/server.py:8:1: UP035 [*] Import from `collections.abc` instead: `Iterable` | 6 | import logging 7 | from pathlib import Path 8 | from typing import TYPE_CHECKING, Any, Iterable, Self | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UP035 9 | 10 | if TYPE_CHECKING: # pragma: no cover | = help: Import from `collections.abc`
python-poetry / Test python 3.11
Process completed with exit code 1.