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

Run autopep8 #5

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

Conversation

timofeymukha
Copy link

This is an example of what happens if one runs the tool autopep8 on the codebase. This only changes whitespace, everything else is retained, details here https://pypi.org/project/autopep8. So it is obviously only a part of all the style guidelines, but it nevertheless brings the code closer to them + we don't have to worry about any functionality breaking.
I suggest implementing this and subsequently just running autopep8 prior to commit. Can most likely be done automatically via Github actions as well if we want.

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.

1 participant