Skip to content

Update dependency pytest to v9 #49

Update dependency pytest to v9

Update dependency pytest to v9 #49

Triggered via pull request September 7, 2026 16:04
Status Success
Total duration 21s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'