added GHA for formatting #1
Annotations
9 errors
Run astral-sh/ruff-action@v1:
setup.py#L1
setup.py:1:31: F401 `setuptools.find_packages` imported but unused
|
Run astral-sh/ruff-action@v1:
shopify_client/__init__.py#L2
shopify_client/__init__.py:2:8: F401 `time` imported but unused
|
Run astral-sh/ruff-action@v1:
tests/test_endpoint.py#L2
tests/test_endpoint.py:2:8: F401 `pytest` imported but unused
|
Run astral-sh/ruff-action@v1:
tests/test_endpoint.py#L3
tests/test_endpoint.py:3:28: F401 `shopify_client.Endpoint` imported but unused
|
Run astral-sh/ruff-action@v1:
tests/test_endpoint.py#L3
tests/test_endpoint.py:3:38: F401 `shopify_client.OrdersEndpoint` imported but unused
|
Run astral-sh/ruff-action@v1:
tests/test_endpoint.py#L3
tests/test_endpoint.py:3:54: F401 `shopify_client.DraftOrdersEndpoint` imported but unused
|
Run astral-sh/ruff-action@v1:
tests/test_graphql.py#L1
tests/test_graphql.py:1:18: F401 `copy.deepcopy` imported but unused
|
Run astral-sh/ruff-action@v1:
tests/test_graphql.py#L3
tests/test_graphql.py:3:27: F401 `unittest.mock.MagicMock` imported but unused
|
Run astral-sh/ruff-action@v1
Process completed with exit code 1.
|
Loading