Re: [PR] pre-commit: enable Python flake8 rule `E272` [cloudstack]

2024-07-10 Thread via GitHub
DaanHoogland merged PR #9361: URL: https://github.com/apache/cloudstack/pull/9361 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cl

Re: [PR] pre-commit: enable Python flake8 rule `E272` [cloudstack]

2024-07-09 Thread via GitHub
blueorangutan commented on PR #9361: URL: https://github.com/apache/cloudstack/pull/9361#issuecomment-2217234825 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10308 -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] pre-commit: enable Python flake8 rule `E272` [cloudstack]

2024-07-09 Thread via GitHub
codecov[bot] commented on PR #9361: URL: https://github.com/apache/cloudstack/pull/9361#issuecomment-2217168682 ## [Codecov](https://app.codecov.io/gh/apache/cloudstack/pull/9361?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments

Re: [PR] pre-commit: enable Python flake8 rule `E272` [cloudstack]

2024-07-09 Thread via GitHub
blueorangutan commented on PR #9361: URL: https://github.com/apache/cloudstack/pull/9361#issuecomment-2217026209 @jbampton a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.

Re: [PR] pre-commit: enable Python flake8 rule `E272` [cloudstack]

2024-07-09 Thread via GitHub
jbampton commented on PR #9361: URL: https://github.com/apache/cloudstack/pull/9361#issuecomment-2217023390 @blueorangutan package -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[PR] pre-commit: enable Python flake8 rule `E272` [cloudstack]

2024-07-09 Thread via GitHub
jbampton opened a new pull request, #9361: URL: https://github.com/apache/cloudstack/pull/9361 There should be only one space before a keyword. https://www.flake8rules.com/rules/E272.html ### Description This PR cleans up and standardizes the Python code.