linting, need precommit #28
Annotations
5 errors
Ruff (PT001):
test/conftest.py#L9
test/conftest.py:9:1: PT001 Use `@pytest.fixture` over `@pytest.fixture()`
|
Ruff (PT001):
test/conftest.py#L17
test/conftest.py:17:1: PT001 Use `@pytest.fixture` over `@pytest.fixture()`
|
Ruff (PT001):
test/unit/test_tv.py#L104
test/unit/test_tv.py:104:1: PT001 Use `@pytest.fixture` over `@pytest.fixture()`
|
Ruff (PT001):
test/unit/test_tv.py#L109
test/unit/test_tv.py:109:1: PT001 Use `@pytest.fixture` over `@pytest.fixture()`
|
build (3.11)
Process completed with exit code 1.
|