Skip to content

CLN: Format comments in frame.py to comply with PEP8 line width #61547

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

Conversation

TheCheerfulCoder
Copy link

Hello! While becoming acquainted with the code, I noticed that the frame.py file had a lot of comments with a length over PEP8's 79 character limit.

I reformatted all comments to the 79 character limit, unless they involve command-line related code examples.

Let me know if there is anything I can do to help.

Thank you!

@datapythonista
Copy link
Member

Thanks for working on the proposed changes @TheCheerfulCoder. We validate in our CI that all rules from PEP-8 we care about are enforced. You can check the code checks jobs to get an idea all the things we validate.

We're happy with these longer lines, and merging this PR means we lose the value that git blame provides for a significant part of the code. So I'll be closing this PR, as I don't think we want to merge this.

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.

2 participants