Rot Elimination Plans: Systematic Codebase Cleanup #59
Annotations
12 errors
|
Run mypy (type checking)
Process completed with exit code 1.
|
|
Run black (formatting check)
Process completed with exit code 1.
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L112
openhcs/config_framework/__init__.py:112:5: F401 `openhcs.config_framework.global_config.set_live_global_config` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L111
openhcs/config_framework/__init__.py:111:5: F401 `openhcs.config_framework.global_config.set_saved_global_config` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L95
openhcs/config_framework/__init__.py:95:5: F401 `openhcs.config_framework.context_manager.get_ancestors_from_hierarchy` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L94
openhcs/config_framework/__init__.py:94:5: F401 `openhcs.config_framework.context_manager.unregister_hierarchy_relationship` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L93
openhcs/config_framework/__init__.py:93:5: F401 `openhcs.config_framework.context_manager.register_hierarchy_relationship` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L91
openhcs/config_framework/__init__.py:91:5: F401 `openhcs.config_framework.context_manager.is_same_type_in_context` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L90
openhcs/config_framework/__init__.py:90:5: F401 `openhcs.config_framework.context_manager.is_ancestor_in_context` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L89
openhcs/config_framework/__init__.py:89:5: F401 `openhcs.config_framework.context_manager.get_types_before_in_stack` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L88
openhcs/config_framework/__init__.py:88:5: F401 `openhcs.config_framework.context_manager.get_normalized_stack` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Run ruff (linting):
openhcs/config_framework/__init__.py#L68
openhcs/config_framework/__init__.py:68:5: F401 `openhcs.config_framework.lazy_factory.replace_raw` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Loading