Add torchvision to nix develop environment #22
Annotations
10 errors and 1 warning
Ruff (F403):
src/evox/algorithms/__init__.py#L1
src/evox/algorithms/__init__.py:1:1: F403 `from .pso_variants import *` used; unable to detect undefined names
|
Ruff (I001):
src/evox/algorithms/__init__.py#L1
src/evox/algorithms/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F403):
src/evox/algorithms/__init__.py#L2
src/evox/algorithms/__init__.py:2:1: F403 `from .de_variants import *` used; unable to detect undefined names
|
Ruff (F403):
src/evox/algorithms/__init__.py#L3
src/evox/algorithms/__init__.py:3:1: F403 `from .es_variants import *` used; unable to detect undefined names
|
Ruff (W292):
src/evox/algorithms/__init__.py#L3
src/evox/algorithms/__init__.py:3:27: W292 No newline at end of file
|
Ruff (F401):
src/evox/algorithms/de_variants/__init__.py#L1
src/evox/algorithms/de_variants/__init__.py:1:17: F401 `.de.DE` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (W292):
src/evox/algorithms/de_variants/__init__.py#L1
src/evox/algorithms/de_variants/__init__.py:1:19: W292 No newline at end of file
|
Ruff (I001):
src/evox/algorithms/de_variants/de.py#L1
src/evox/algorithms/de_variants/de.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
src/evox/algorithms/de_variants/de.py#L29
src/evox/algorithms/de_variants/de.py:29:89: E501 Line too long (97 > 88)
|
Ruff (E501):
src/evox/algorithms/de_variants/de.py#L30
src/evox/algorithms/de_variants/de.py:30:89: E501 Line too long (97 > 88)
|
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|