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

2024-07-09 Thread via GitHub
DaanHoogland merged PR #9358: URL: https://github.com/apache/cloudstack/pull/9358 -- 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 `E271` [cloudstack]

2024-07-08 Thread via GitHub
blueorangutan commented on PR #9358: URL: https://github.com/apache/cloudstack/pull/9358#issuecomment-2216649363 Packaging result [SF]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 10303 -- 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 `E271` [cloudstack]

2024-07-08 Thread via GitHub
blueorangutan commented on PR #9358: URL: https://github.com/apache/cloudstack/pull/9358#issuecomment-2216527792 @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 `E271` [cloudstack]

2024-07-08 Thread via GitHub
jbampton commented on PR #9358: URL: https://github.com/apache/cloudstack/pull/9358#issuecomment-2216526636 @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

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

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

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

2024-07-08 Thread via GitHub
jbampton opened a new pull request, #9358: URL: https://github.com/apache/cloudstack/pull/9358 E271 Multiple spaces after keyword. There should be only one space after a keyword. https://www.flake8rules.com/rules/E271.html ### Description This PR cleans up and stan