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

Set line-length to 79 characters according to PEP-8 #389

Merged
merged 9 commits into from
Sep 17, 2024
Merged

Conversation

bouweandela
Copy link
Member

@bouweandela bouweandela commented May 7, 2024

Description

Limit line length to 79 characters, as prescribed by PEP-8.

Closes #388

@bouweandela bouweandela marked this pull request as ready for review May 7, 2024 07:15
Copy link
Member

@egpbos egpbos left a 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.

{{cookiecutter.directory_name}}/pyproject.toml Outdated Show resolved Hide resolved
@fdiblen
Copy link
Member

fdiblen commented Aug 27, 2024

Hey @bouweandela ,

The template is using copier now. Will you have time to update this PR?

@bouweandela
Copy link
Member Author

@fdiblen I fixed the merge conflict and opened a new pull request to remove the unused isort configuration again (see #591).

@vedran-kasalica
Copy link
Member

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 main

@bouweandela
Copy link
Member Author

should this be reviewed/merged next?

Yes

Copy link
Member

@vedran-kasalica vedran-kasalica left a 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.

@bouweandela bouweandela merged commit 00a9fbb into main Sep 17, 2024
19 checks passed
@bouweandela bouweandela deleted the line-length branch September 17, 2024 11:51
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.

Use default line lenght of 79 characters
4 participants