Skip to content

itinerant_ruff_fixes #704

itinerant_ruff_fixes

itinerant_ruff_fixes #704

Manually triggered September 24, 2024 08:30
Status Failure
Total duration 20s
Artifacts

itinerant_ruff_fixes.yml

on: workflow_dispatch
dump_contexts_to_log
3s
dump_contexts_to_log
home_dir
7s
home_dir
Matrix: itinerant_ruff_fixes
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (UP035): poethepoet/app.py#L4
poethepoet/app.py:4:1: UP035 Import from `collections.abc` instead: `Mapping`, `Sequence`
Ruff (UP035): poethepoet/app.py#L4
poethepoet/app.py:4:1: UP035 `typing.Dict` is deprecated, use `dict` instead
Ruff (UP035): poethepoet/app.py#L4
poethepoet/app.py:4:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
Ruff (UP006): poethepoet/app.py#L59
poethepoet/app.py:59:27: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP006): poethepoet/app.py#L236
poethepoet/app.py:236:21: UP006 Use `dict` instead of `Dict` for type annotation
Ruff (UP006): poethepoet/app.py#L237
poethepoet/app.py:237:18: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): poethepoet/app.py#L237
poethepoet/app.py:237:38: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP006): poethepoet/app.py#L237
poethepoet/app.py:237:44: UP006 Use `tuple` instead of `Tuple` for type annotation
Ruff (UP035): poethepoet/completion/zsh.py#L1
poethepoet/completion/zsh.py:1:1: UP035 Import from `collections.abc` instead: `Iterable`
Ruff (UP035): poethepoet/completion/zsh.py#L1
poethepoet/completion/zsh.py:1:1: UP035 `typing.Set` is deprecated, use `set` instead