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