-
Notifications
You must be signed in to change notification settings - Fork 7
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
Could be reduced to five-char-max #4
Comments
Line continuations sort of break the spirit of the rule. |
This could also help with #3 |
We're not about spirit, we're about stone-cold rules that aren't allowed to be broken. 😉 |
Hopefully this will be the style guide for the next python major version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Six characters is far too many, I can barely fit the code generated by this tool on my terminal!
I suggest moving to a five character maximum with the following technique:
This could be reduced to 4 but for the sake of compatibility with Python 2 I've stayed at 5. This is the obviously the best reason to upgrade to Python 3.
The text was updated successfully, but these errors were encountered: