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