Skip to content

itinerant_ruff_fixes #723

itinerant_ruff_fixes

itinerant_ruff_fixes #723

Manually triggered October 12, 2024 01:44
Status Failure
Total duration 23s
Artifacts

itinerant_ruff_fixes.yml

on: workflow_dispatch
dump_contexts_to_log
0s
dump_contexts_to_log
home_dir
8s
home_dir
Matrix: itinerant_ruff_fixes
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F403): tests/python/py3implicitnamespace/namespace/example/__init__.py#L1
tests/python/py3implicitnamespace/namespace/example/__init__.py:1:1: F403 `from ..sibling import *` used; unable to detect undefined names
Ruff (F403): tests/python/py3implicitnamespace/namespace/example/__init__.py#L2
tests/python/py3implicitnamespace/namespace/example/__init__.py:2:1: F403 `from ..sibling.sub_sibling import *` used; unable to detect undefined names
Ruff (F401): tests/python/pyannotationcommentsexample/example/example.py#L6
tests/python/pyannotationcommentsexample/example/example.py:6:20: F401 `typing.ClassVar` imported but unused
Ruff (F401): tests/python/pyannotationcommentsexample/example/example.py#L6
tests/python/pyannotationcommentsexample/example/example.py:6:30: F401 `typing.Dict` imported but unused
Ruff (F401): tests/python/pyannotationcommentsexample/example/example.py#L6
tests/python/pyannotationcommentsexample/example/example.py:6:36: F401 `typing.Iterable` imported but unused
Ruff (F401): tests/python/pyannotationcommentsexample/example/example.py#L6
tests/python/pyannotationcommentsexample/example/example.py:6:46: F401 `typing.List` imported but unused
Ruff (F401): tests/python/pyannotationcommentsexample/example/example.py#L6
tests/python/pyannotationcommentsexample/example/example.py:6:52: F401 `typing.Union` imported but unused
Ruff (F401): tests/python/pypackagecomplex/complex/__init__.py#L6
tests/python/pypackagecomplex/complex/__init__.py:6:25: F401 `.subpackage.public_chain` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): tests/python/pypackagecomplex/complex/__init__.py#L7
tests/python/pypackagecomplex/complex/__init__.py:7:35: F401 `.subpackage.submodule.public_multiple_imports` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
Ruff (F401): tests/python/pypackagecomplex/complex/foo.py#L7
tests/python/pypackagecomplex/complex/foo.py:7:26: F401 `._subpackage.module_level_function` imported but unused