Update dependency pytest to v9 #49
Annotations
10 errors
|
ruff (UP006):
__init__.py#L64
__init__.py:64:22: UP006 Use `list` instead of `List` for type annotation
help: Replace with `list`
|
|
ruff (UP006):
__init__.py#L48
__init__.py:48:41: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP006):
__init__.py#L48
__init__.py:48:31: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (UP006):
__init__.py#L47
__init__.py:47:27: UP006 Use `dict` instead of `Dict` for type annotation
help: Replace with `dict`
|
|
ruff (I001):
__init__.py#L18
__init__.py:18:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (UP035):
__init__.py#L3
__init__.py:3:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
|
ruff (UP035):
__init__.py#L3
__init__.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
|
|
ruff (UP035):
__init__.py#L3
__init__.py:3:1: UP035 `typing.Dict` is deprecated, use `dict` instead
|
|
ruff (I001):
__init__.py#L1
__init__.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (N999):
__init__.py#L1
__init__.py:1:1: N999 Invalid module name: 'ovos-skill-wikihow'
|