Update CI benchmark baseline #4306
lint.yml
on: pull_request
docs
18s
shellscripts
4s
pyright
50s
black formatter
12s
isort formatter
6s
Annotations
10 errors and 3 warnings
pyright:
tests/tftpgen_test.py#L449
Type of "mock_open" is partially unknown
Type of "mock_open" is "((mock: Unknown | None = None, read_data: Any = "") -> Any) | ((mock: Any | None = None, read_data: Any = "") -> Any)" (reportUnknownMemberType)
|
pyright:
tests/tftpgen_test.py#L224
Type of "mock_open" is partially unknown
Type of "mock_open" is "((mock: Unknown | None = None, read_data: Any = "") -> Any) | ((mock: Any | None = None, read_data: Any = "") -> Any)" (reportUnknownMemberType)
|
pyright:
tests/serializer_test.py#L64
Type of "mock_open" is partially unknown
Type of "mock_open" is "((mock: Unknown | None = None, read_data: Any = "") -> Any) | ((mock: Any | None = None, read_data: Any = "") -> Any)" (reportUnknownMemberType)
|
pyright:
tests/serializer_test.py#L41
Type of "mock_open" is partially unknown
Type of "mock_open" is "((mock: Unknown | None = None, read_data: Any = "") -> Any) | ((mock: Any | None = None, read_data: Any = "") -> Any)" (reportUnknownMemberType)
|
pyright:
cobbler/services.py#L490
Return type, "str | Unknown", is partially unknown (reportUnknownVariableType)
|
pyright:
cobbler/services.py#L490
Type of "decode" is partially unknown
Type of "decode" is "((encoding: str = "utf-8", errors: str = "strict") -> str) | Unknown" (reportUnknownMemberType)
|
pyright:
cobbler/services.py#L490
Type of "content" is partially unknown
Type of "content" is "bytes | Unknown" (reportUnknownMemberType)
|
pyright:
cobbler/services.py#L459
Return type, "str | Unknown", is partially unknown (reportUnknownVariableType)
|
pyright:
cobbler/services.py#L459
Type of "decode" is partially unknown
Type of "decode" is "((encoding: str = "utf-8", errors: str = "strict") -> str) | Unknown" (reportUnknownMemberType)
|
pyright:
cobbler/services.py#L459
Type of "content" is partially unknown
Type of "content" is "bytes | Unknown" (reportUnknownMemberType)
|
isort formatter
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
pyright:
setup.py#L28
Import "setuptools.modified" could not be resolved from source (reportMissingModuleSource)
|
pyright
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|