Revamp build #296
Annotations
10 errors and 1 warning
Ruff lint:
pylinalg/__init__.py#L8
pylinalg/__init__.py:8:1: F403 `from .matrix import *` used; unable to detect undefined names
|
Ruff lint:
pylinalg/__init__.py#L9
pylinalg/__init__.py:9:1: F403 `from .misc import *` used; unable to detect undefined names
|
Ruff lint:
pylinalg/__init__.py#L10
pylinalg/__init__.py:10:1: F403 `from .quaternion import *` used; unable to detect undefined names
|
Ruff lint:
pylinalg/__init__.py#L11
pylinalg/__init__.py:11:1: F403 `from .vector import *` used; unable to detect undefined names
|
Ruff lint:
pylinalg/matrix.py#L678
pylinalg/matrix.py:678:26: F821 Undefined name `result_shape`
|
Ruff lint:
pylinalg/matrix.py#L683
pylinalg/matrix.py:683:24: F821 Undefined name `new_z`
|
Ruff lint:
pylinalg/matrix.py#L683
pylinalg/matrix.py:683:47: F821 Undefined name `new_z`
|
Ruff lint:
pylinalg/matrix.py#L685
pylinalg/matrix.py:685:9: F821 Undefined name `up_reference`
|
Ruff lint:
pylinalg/vector.py#L167
pylinalg/vector.py:167:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Ruff lint:
pyproject.toml#L26
pyproject.toml:26:9: RUF200 Failed to parse pyproject.toml: Expected one of `@`, `(`, `<`, `=`, `>`, `~`, `!`, `;`, found `^`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading