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

Python flake8: Set max line length to 80 #1822

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

ferdnyc
Copy link
Member

@ferdnyc ferdnyc commented May 31, 2024

Cherry-picked from my #1821, this increases the flake8 maximum line length to 80 (from the default 79), to avoid an annoying cycle where Black would format a line of exactly 80 characters to one line, but then flake8 would complain and want it wrapped, but then black would reformat it back to one line...

@ferdnyc
Copy link
Member Author

ferdnyc commented Jun 1, 2024

Administratively merging this unreviewed 1-line change to a linter config file. ;-)

@ferdnyc ferdnyc merged commit 376ff49 into GSConnect:main Jun 1, 2024
2 checks passed
@ferdnyc ferdnyc deleted the flake8 branch June 1, 2024 02:39
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.

1 participant