perf: skip disabled log call-site resolution - #415
Merged
JarbasAl merged 3 commits intoAug 18, 2026
Annotations
10 errors
|
Run ruff:
ovos_utils/__init__.py#L24
ovos_utils/__init__.py:24:59: F401 `ovos_utils.thread_utils.threaded_timeout` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `threaded_timeout as threaded_timeout`
|
|
Run ruff:
ovos_utils/__init__.py#L24
ovos_utils/__init__.py:24:37: F401 `ovos_utils.thread_utils.wait_for_exit_signal` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `wait_for_exit_signal as wait_for_exit_signal`
|
|
Run ruff:
ovos_utils/__init__.py#L23
ovos_utils/__init__.py:23:35: F401 `ovos_utils.text_utils.camel_case_split` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `camel_case_split as camel_case_split`
|
|
Run ruff:
ovos_utils/__init__.py#L22
ovos_utils/__init__.py:22:28: F401 `ovos_utils.log.LOG` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `LOG as LOG`
|
|
Run ruff:
ovos_utils/__init__.py#L21
ovos_utils/__init__.py:21:49: F401 `ovos_utils.list_utils.rotate_list` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `rotate_list as rotate_list`
|
|
Run ruff:
ovos_utils/__init__.py#L21
ovos_utils/__init__.py:21:35: F401 `ovos_utils.list_utils.flatten_list` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `flatten_list as flatten_list`
|
|
Run ruff:
ovos_utils/__init__.py#L20
ovos_utils/__init__.py:20:50: F401 `ovos_utils.decorators.timed_lru_cache` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `timed_lru_cache as timed_lru_cache`
|
|
Run ruff:
ovos_utils/__init__.py#L20
ovos_utils/__init__.py:20:35: F401 `ovos_utils.decorators.classproperty` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `classproperty as classproperty`
|
|
Run ruff:
ovos_utils/__init__.py#L18
ovos_utils/__init__.py:18:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
Run ruff:
ovos_utils/__init__.py#L13
ovos_utils/__init__.py:13:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
background
wait
wait-all
cancel
parallel
Loading