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

Code line limit should be respected #50

Closed
elg opened this issue Jun 15, 2015 · 1 comment
Closed

Code line limit should be respected #50

elg opened this issue Jun 15, 2015 · 1 comment

Comments

@elg
Copy link
Contributor

elg commented Jun 15, 2015

Limit all lines to a maximum of 79 characters.

For flowing long blocks of text with fewer structural restrictions (docstrings or comments), the line length should be limited to 72 characters.

@elg
Copy link
Contributor Author

elg commented Jun 29, 2015

Done for everything except comment with """
I've used autopep8...
autopep8 --in-place --aggressive --aggressive --recursive .

@elg elg closed this as completed Jun 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant