CI: bump python versions on CI #70
Annotations
8 errors
|
check-ruff
Process completed with exit code 1.
|
|
Ruff (F401):
array_api_strict/tests/test_creation_functions.py#L1
array_api_strict/tests/test_creation_functions.py:1:8: F401 `sys` imported but unused
|
|
Ruff (F401):
array_api_strict/_creation_functions.py#L6
array_api_strict/_creation_functions.py:6:67: F401 `typing.Union` imported but unused
|
|
Ruff (F401):
array_api_strict/_creation_functions.py#L6
array_api_strict/_creation_functions.py:6:60: F401 `typing.Tuple` imported but unused
|
|
Ruff (F401):
array_api_strict/_creation_functions.py#L6
array_api_strict/_creation_functions.py:6:50: F401 `typing.Optional` imported but unused
|
|
Ruff (F401):
array_api_strict/_creation_functions.py#L6
array_api_strict/_creation_functions.py:6:44: F401 `typing.List` imported but unused
|
|
Ruff (F401):
array_api_strict/_creation_functions.py#L4
array_api_strict/_creation_functions.py:4:24: F401 `contextlib.contextmanager` imported but unused
|
|
Ruff (F401):
array_api_strict/_creation_functions.py#L3
array_api_strict/_creation_functions.py:3:29: F401 `collections.abc.Generator` imported but unused
|