Skip to content

chore: apply markdown lint #3

chore: apply markdown lint

chore: apply markdown lint #3

Triggered via push March 24, 2026 08:17
Status Failure
Total duration 10s
Artifacts

ruff.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint
The process '/opt/hostedtoolcache/ruff/0.15.7/x86_64/ruff' failed with exit code 1
ruff (UP006): tests/conftest.py#L59
tests/conftest.py:59:49: UP006 Use `dict` instead of `Dict` for type annotation help: Replace with `dict`
ruff (UP006): tests/conftest.py#L43
tests/conftest.py:43:26: UP006 Use `dict` instead of `Dict` for type annotation help: Replace with `dict`
ruff (UP043): tests/conftest.py#L32
tests/conftest.py:32:17: UP043 Unnecessary default type arguments help: Remove default type arguments
ruff (UP035): tests/conftest.py#L1
tests/conftest.py:1:1: UP035 `typing.Dict` is deprecated, use `dict` instead
ruff (UP035): tests/conftest.py#L1
tests/conftest.py:1:1: UP035 Import from `collections.abc` instead: `Generator` help: Import from `collections.abc`
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/