Fix for updating profile.arch memory index #4227
lint.yml
on: pull_request
docs
18s
shellscripts
3s
pyright
1m 6s
black formatter
13s
isort formatter
5s
Annotations
11 errors and 3 warnings
isort formatter
Process completed with exit code 1.
|
pyright:
cobbler/items/abstract/inheritable_item.py#L207
Condition will always evaluate to False since the types "Literal['inheritable_abstract']" and "Literal['profile']" have no overlap (reportUnnecessaryComparison)
|
pyright:
cobbler/items/abstract/inheritable_item.py#L216
"old_arch" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright:
cobbler/items/abstract/inheritable_item.py#L230
Condition will always evaluate to False since the types "Literal['inheritable_abstract']" and "Literal['profile']" have no overlap (reportUnnecessaryComparison)
|
pyright:
cobbler/items/abstract/inheritable_item.py#L232
"old_arch" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright:
cobbler/items/abstract/inheritable_item.py#L235
"old_arch" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L441
Type of "distro1" is unknown (reportUnknownVariableType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L441
Expected 1 more positional argument (reportCallIssue)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L446
Type of "original_distro" is unknown (reportUnknownVariableType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L446
Type of "name" is unknown (reportUnknownMemberType)
|
pyright:
tests/cobbler_collections/profile_collection_test.py#L468
Type of "distro2" is unknown (reportUnknownVariableType)
|
isort formatter
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
black formatter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pyright:
setup.py#L28
Import "setuptools.modified" could not be resolved from source (reportMissingModuleSource)
|