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

Wrap lines that go beyond GitHub Editor #1925

Merged
merged 6 commits into from May 1, 2020

Conversation

@cclauss
Copy link
Member

cclauss commented May 1, 2020

This PR uses flake8 --count --select=E501 --max-line-length=127 to find all Python files that have lines longer than 127 characters. This means that these lines are not readable on GitHub without left-right scrolling. It then wraps all lines in those files to be <= 88 characters max which is the psf/Black standard.

@cclauss cclauss force-pushed the cclauss:fix-really-long-lines branch from f826007 to ae9b4d4 May 1, 2020
github-actions github-actions
@github-actions github-actions bot force-pushed the cclauss:fix-really-long-lines branch from ae1dd09 to 685e3eb May 1, 2020
cclauss and others added 3 commits May 1, 2020
@poyea
poyea approved these changes May 1, 2020
@poyea poyea merged commit 6acd7fb into TheAlgorithms:master May 1, 2020
2 checks passed
2 checks passed
codespell
Details
Travis CI - Pull Request Build Passed
Details
@poyea poyea changed the title Wrap lines that go beyond GiHub Editor Wrap lines that go beyond GitHub Editor May 1, 2020
@cclauss cclauss deleted the cclauss:fix-really-long-lines branch May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.