use dashes instead of underscores #4873
meta_tests.yml
on: pull_request
Stubsabot dry run
23s
Matrix: Check scripts and tests with mypy
Matrix: Check scripts and tests with pyright
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)
|