Skip to content

chore(deps-dev): bump ruff from 0.5.7 to 0.6.1 #849

chore(deps-dev): bump ruff from 0.5.7 to 0.6.1

chore(deps-dev): bump ruff from 0.5.7 to 0.6.1 #849

Triggered via pull request August 19, 2024 12:30
Status Failure
Total duration 2m 38s
Artifacts

main.yaml

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

Annotations

5 errors
python-poetry / Test python 3.11: tests/conftest.py#L341
ruff pytest_ruff.RuffError: tests/conftest.py:35:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()` | 35 | @pytest.fixture() | ^^^^^^^^^^^^^^^^^ PT001 36 | def cat_parser(cat_path=CAT_PATH): 37 | """Return parser stub.""" | = help: Remove parentheses tests/conftest.py:41:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()` | 41 | @pytest.fixture() | ^^^^^^^^^^^^^^^^^ PT001 42 | def client(): 43 | """Server for testing.""" | = help: Remove parentheses
python-poetry / Test python 3.11
Process completed with exit code 1.
python-poetry / Test python 3.x
The job was canceled because "_3_11_false" failed.
python-poetry / Test python 3.x: tests/conftest.py#L341
ruff pytest_ruff.RuffError: tests/conftest.py:35:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()` | 35 | @pytest.fixture() | ^^^^^^^^^^^^^^^^^ PT001 36 | def cat_parser(cat_path=CAT_PATH): 37 | """Return parser stub.""" | = help: Remove parentheses tests/conftest.py:41:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()` | 41 | @pytest.fixture() | ^^^^^^^^^^^^^^^^^ PT001 42 | def client(): 43 | """Server for testing.""" | = help: Remove parentheses
python-poetry / Test python 3.x
The operation was canceled.