Skip to content
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

Fix a bunch of PEP8 errors #3213

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix a bunch of PEP8 errors #3213

wants to merge 1 commit into from

Conversation

DjVinnii
Copy link
Contributor

@DjVinnii DjVinnii commented Mar 29, 2024

What type of PR?

enhancement (of code styling)

What does this PR do?

As described in the contributing docs, the code should comply with PEP8. I took some time to fix a bunch of errors and warnings (I guess by far all of them). This includes the following rules:

  • E101
  • E111
  • E201
  • E302
  • E221
  • E225
  • E231
  • E251
  • E261
  • W191

NOTE: The meaning of the above mentioned rules can be found in for example the ruff docs

I can imagine this is quite a big PR, however it basically all contains of adding or removing whitespace. Also worth mentioning that these changes are done by hand, not using a linter/formatter like black or ruff.

Copy link
Contributor

mergify bot commented Mar 29, 2024

Thanks for submitting this pull request.
Bors-ng will now build test images. When it succeeds, we will continue to review and test your PR.

bors try

Note: if this build fails, read this.

bors-mailu bot added a commit that referenced this pull request Mar 29, 2024
@bors-mailu
Copy link
Contributor

bors-mailu bot commented Mar 29, 2024

try

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant