Skip to content

use dashes instead of underscores #4873

use dashes instead of underscores

use dashes instead of underscores #4873

Triggered via pull request April 5, 2026 13:39
Status Failure
Total duration 25s
Artifacts

meta_tests.yml

on: pull_request
Stubsabot dry run
23s
Stubsabot dry run
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Check scripts and tests with pyright (Linux): lib/ts_utils/metadata.py#L367
Unnecessary "# pyright: ignore" rule: "reportUnknownMemberType" (reportUnnecessaryTypeIgnoreComment)
Check scripts and tests with pyright (Linux): lib/ts_utils/metadata.py#L365
Type of "pop" is partially unknown   Type of "pop" is "Overload[(key: Unknown, /) -> Unknown, (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@pop, /) -> (Unknown | _T@pop)]" (reportUnknownMemberType)
Check scripts and tests with pyright (Linux): lib/ts_utils/metadata.py#L365
Type of "replace" is unknown (reportUnknownMemberType)
Check scripts and tests with pyright (Windows): lib/ts_utils/metadata.py#L367
Unnecessary "# pyright: ignore" rule: "reportUnknownMemberType" (reportUnnecessaryTypeIgnoreComment)
Check scripts and tests with pyright (Windows): lib/ts_utils/metadata.py#L365
Type of "pop" is partially unknown   Type of "pop" is "Overload[(key: Unknown, /) -> Unknown, (key: Unknown, default: Unknown, /) -> Unknown, (key: Unknown, default: _T@pop, /) -> (Unknown | _T@pop)]" (reportUnknownMemberType)
Check scripts and tests with pyright (Windows): lib/ts_utils/metadata.py#L365
Type of "replace" is unknown (reportUnknownMemberType)