chore(deps-dev): bump ruff from 0.5.7 to 0.6.0 #848
Annotations
2 errors
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
|
|
The logs for this run have expired and are no longer available.
Loading