-
Notifications
You must be signed in to change notification settings - Fork 77
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
Set line-length to 79 characters according to PEP-8 #389
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor question, LGTM otherwise.
Hey @bouweandela , The template is using copier now. Will you have time to update this PR? |
Hi @bouweandela, what is the status of this PR? I see that #591 was merged, should this be reviewed/merged next? I see that the branch is currently out-of-date with |
Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bouweandela the changes look good to me and the PR can be merged!
Thinking about the limit itself, the user can always change the default if they want to have it longer, it's good to follow the guidelines we endorse.
Description
Limit line length to 79 characters, as prescribed by PEP-8.
Closes #388