Improve type annotations #372
Annotations
8 errors and 1 warning
src/galois/_codes/_linear.py#L305
src/galois/_codes/_linear.py:305:24: F821 Undefined name `Type`
|
src/galois/_domains/_function.py#L9
src/galois/_domains/_function.py:9:45: F401 `typing.Hashable` imported but unused
|
src/galois/_lfsr.py#L155
src/galois/_lfsr.py:155:24: F821 Undefined name `Type`
|
src/galois/_lfsr.py#L539
src/galois/_lfsr.py:539:24: F821 Undefined name `Type`
|
src/galois/_lfsr.py#L1148
src/galois/_lfsr.py:1148:24: F821 Undefined name `Type`
|
src/galois/_polymorphic.py#L9
src/galois/_polymorphic.py:9:17: F401 `numpy` imported but unused
|
src/galois/_polys/_conversions.py#L8
src/galois/_polys/_conversions.py:8:17: F401 `numpy` imported but unused
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading