chore(deps-dev): bump ruff from 0.7.4 to 0.8.1 #304
test.yaml
on: pull_request
pre-commit
/
pre-commit
23s
Matrix: test-python-poetry / pytest
Annotations
4 errors
test-python-poetry / Test python 3.x:
minioevents.py#L341
ruff
pytest_ruff.RuffError: minioevents.py:9:1: UP035 [*] Import from `collections.abc` instead: `Generator`
|
7 | import signal
8 | import sys
9 | from typing import TYPE_CHECKING, Any, Generator, NoReturn
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UP035
10 |
11 | from cloudevents.http import CloudEvent
|
= help: Import from `collections.abc`
|
test-python-poetry / Test python 3.x
Process completed with exit code 1.
|
test-python-poetry / Test python 3.12:
minioevents.py#L341
ruff
pytest_ruff.RuffError: minioevents.py:9:1: UP035 [*] Import from `collections.abc` instead: `Generator`
|
7 | import signal
8 | import sys
9 | from typing import TYPE_CHECKING, Any, Generator, NoReturn
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UP035
10 |
11 | from cloudevents.http import CloudEvent
|
= help: Import from `collections.abc`
|
test-python-poetry / Test python 3.12
Process completed with exit code 1.
|