Fix for updating profile.arch memory index #4228
lint.yml
on: pull_request
docs
18s
shellscripts
5s
pyright
1m 5s
black formatter
12s
isort formatter
22s
Annotations
8 errors and 4 warnings
pyright:
tests/cobbler_collections/profile_collection_test.py#L442
Type of "distro2" is partially unknown
Type of "distro2" is "Unknown | Distro" (reportUnknownVariableType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L442
Expected 0 positional arguments (reportCallIssue)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L447
Type of "name" is partially unknown
Type of "name" is "Unknown | str" (reportUnknownMemberType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L468
Type of "distro2" is partially unknown
Type of "distro2" is "Unknown | Distro" (reportUnknownVariableType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L468
Expected 0 positional arguments (reportCallIssue)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L472
Type of "name" is partially unknown
Type of "name" is "Unknown | str" (reportUnknownMemberType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L493
Type of "name" is partially unknown
Type of "name" is "Unknown | str" (reportUnknownMemberType)
|
pyright
7 errors
|
black formatter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
isort formatter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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)
|