We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #61
Their doesn't appear to be any sort of guidelines for the code base which leads to some confusing formatting as seen in the pull above.
I would suggest standardizing in some way.
Going with Pep8 is an easy choice and is often well integrated into many editors.
The text was updated successfully, but these errors were encountered:
Some other auto-formatting options to consider:
https://medium.com/3yourmind/auto-formatters-for-python-8925065f9505
Sorry, something went wrong.
Honestly after reviewing blacks code styling, I'd argue it's superior to autopep8 and I'll likely be switching my own editor to that :P
blacks
No branches or pull requests
See #61
Their doesn't appear to be any sort of guidelines for the code base which leads to some confusing formatting as seen in the pull above.
I would suggest standardizing in some way.
Going with Pep8 is an easy choice and is often well integrated into many editors.
The text was updated successfully, but these errors were encountered: