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 pep8 formatting errors #4

Open
c-rhodes opened this issue Nov 17, 2016 · 0 comments
Open

Fix pep8 formatting errors #4

c-rhodes opened this issue Nov 17, 2016 · 0 comments

Comments

@c-rhodes
Copy link
Owner

The yt_happy_or_sad.py scripts violates pep8 in several places. A list of these violations can be generated using flake8. First install flake8:

$ pip install flake8

Generate violations:

$ flake8 yt_happy_or_sad.py

This should list several errors, for instance line:

yt_happy_or_sad.py:5:80: E501 line too long (123 > 79 characters)

Edit the script and fix these errors.

@aryeguy aryeguy mentioned this issue Oct 7, 2018
Closed
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

No branches or pull requests

1 participant