[WIP] Add paddle support #408
Annotations
5 errors
Ruff (F401):
tests/_helpers.py#L2
tests/_helpers.py:2:8: F401 `sys` imported but unused
|
Ruff (F821):
tests/test_array_namespace.py#L147
tests/test_array_namespace.py:147:9: F821 Undefined name `torch`
|
Ruff (F811):
tests/test_array_namespace.py#L162
tests/test_array_namespace.py:162:5: F811 Redefinition of unused `test_python_scalars` from line 146
|
Ruff (F401):
tests/test_vendoring.py#L1
tests/test_vendoring.py:1:8: F401 `pytest` imported but unused
|
check-ruff
Process completed with exit code 1.
|