updated ruff parameters #18
Annotations
5 errors
Ruff (F401):
propulate/propagators/cmaes.py#L1
propulate/propagators/cmaes.py:1:8: F401 `copy` imported but unused
|
Ruff (F401):
propulate/propagators/cmaes.py#L3
propulate/propagators/cmaes.py:3:32: F401 `typing.Union` imported but unused
|
Ruff (F403):
tutorials/cmaes_example.py#L11
tutorials/cmaes_example.py:11:1: F403 `from function_benchmark import *` used; unable to detect undefined names
|
Ruff (F405):
tutorials/cmaes_example.py#L77
tutorials/cmaes_example.py:77:24: F405 `get_function_search_space` may be undefined, or defined from star imports
|
build
Process completed with exit code 1.
|