chore(deps-dev): bump ruff from 0.7.4 to 0.8.0 #911
main.yaml
on: pull_request
pre-commit
/
pre-commit
28s
Test Helm Chart
2m 34s
Matrix: python-poetry / pytest
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.
|