itinerant_ruff_fixes #704
itinerant_ruff_fixes.yml
on: workflow_dispatch
dump_contexts_to_log
3s
home_dir
7s
Matrix: itinerant_ruff_fixes
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
|