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