-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
efi: Update __all__ dictionary #6024
Conversation
Hello @andreabolognani! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-12-02 11:01:05 UTC |
332457b
to
8cdcfa5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, thanks! :)
/kickstart-test --testtype smoke |
Force pushed with a clean rebase to see the test failures clearly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andreabolognani this was failing on some new ruff
sort checks. Hope it's fine that I fix it for you.
Add two missing entries (EFISystemdBoot, RISCV64EFIGRUB), then sort the dictionary so that classes are listed in the same order as they appear in the file, which will hopefully make it easier to spot mistakes in the future, and wrap lines so that the linter doesn't complain about them being too long. Signed-off-by: Andrea Bolognani <[email protected]>
/kickstart-tests --waive ran already |
@KKoukiou by all means, thank you! I tried running the tests locally but some of them were failing even when on the |
Web UI tests dont have currently ability to run for external contributors, this PR is unrelated anyhow. |
Thanks a lot @KKoukiou! :) |
Add two missing entries (
EFISystemdBoot
,RISCV64EFIGRUB
) and sort the dictionary so that classes are listed in the same order as they appear in the file, which will hopefully make it easier to spot mistakes in the future.I'm not actually sure whether or not this makes any difference, but since all other classes are listed I assume the dictionary is there for a reason...