Skip to content

chore(deps-dev): bump ruff from 0.7.4 to 0.8.1 #304

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

chore(deps-dev): bump ruff from 0.7.4 to 0.8.1 #304

Triggered via pull request November 29, 2024 14:26
Status Failure
Total duration 34s
Artifacts

test.yaml

on: pull_request
pre-commit  /  pre-commit
23s
pre-commit / pre-commit
Matrix: test-python-poetry / pytest
Fit to window
Zoom out
Zoom in

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.