Update pydantic requirement from ~=2.0 to ~=2.13 in /requirements #33
Annotations
10 errors and 1 warning
|
Run ruff:
ovos_plugin_manager/hardware/led/__init__.py#L101
ovos_plugin_manager/hardware/led/__init__.py:101:17: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Run ruff:
ovos_plugin_manager/hardware/led/__init__.py#L9
ovos_plugin_manager/hardware/led/__init__.py:9:20: F401 `typing.Union` imported but unused
help: Remove unused import: `typing.Union`
|
|
Run ruff:
ovos_plugin_manager/hardware/fan.py#L30
ovos_plugin_manager/hardware/fan.py:30:17: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Run ruff:
ovos_plugin_manager/hardware/fan.py#L29
ovos_plugin_manager/hardware/fan.py:29:17: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Run ruff:
ovos_plugin_manager/hardware/fan.py#L18
ovos_plugin_manager/hardware/fan.py:18:12: F822 Undefined name `AbstractFan` in `__all__`
|
|
Run ruff:
ovos_plugin_manager/g2p.py#L4
ovos_plugin_manager/g2p.py:4:71: F401 `ovos_plugin_manager.templates.g2p.PhonemeAlphabet` imported but unused
help: Remove unused import: `ovos_plugin_manager.templates.g2p.PhonemeAlphabet`
|
|
Run ruff:
ovos_plugin_manager/coreference.py#L7
ovos_plugin_manager/coreference.py:7:5: F401 `ovos_plugin_manager.templates.coreference.replace_coreferences` imported but unused
help: Remove unused import: `ovos_plugin_manager.templates.coreference.replace_coreferences`
|
|
Run ruff:
ovos_plugin_manager/audio2ipa.py#L2
ovos_plugin_manager/audio2ipa.py:2:52: F401 `ovos_plugin_manager.utils.PluginConfigTypes` imported but unused
help: Remove unused import: `ovos_plugin_manager.utils.PluginConfigTypes`
|
|
Run ruff:
ovos_plugin_manager/__init__.py#L2
ovos_plugin_manager/__init__.py:2:46: F401 `ovos_plugin_manager.plugin_entry.OpenVoiceOSPlugin` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `OpenVoiceOSPlugin as OpenVoiceOSPlugin`
|
|
Run ruff:
ovos_plugin_manager/__init__.py#L1
ovos_plugin_manager/__init__.py:1:39: F401 `ovos_plugin_manager.utils.PluginTypes` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `PluginTypes as PluginTypes`
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading