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

Tighten up psf/black and flake8 #2024

Merged
merged 5 commits into from May 22, 2020
Merged

Conversation

@cclauss
Copy link
Member

cclauss commented May 21, 2020

Describe your change:

This PR touches 124 files to require that all pull requests pass:

  1. black --check .
  2. flake8 --ignore=E203,W503 --max-complexity=25 --max-line-length=120 --statistics --count .
    • --ignore=E203,W503 matches the suggestions in psf/black README.md
@cclauss cclauss requested review from poyea, itsvinayak and deadshotsb May 21, 2020
@cclauss cclauss force-pushed the cclauss:strict-flake8 branch from f5c1de5 to 6795634 May 22, 2020
@cclauss cclauss force-pushed the cclauss:strict-flake8 branch from ca77481 to 1c9cc48 May 22, 2020
@cclauss cclauss force-pushed the cclauss:strict-flake8 branch from 483b81b to 55d6bbc May 22, 2020
github-actions github-actions
@poyea
poyea approved these changes May 22, 2020
@cclauss cclauss merged commit 1f8a21d into TheAlgorithms:master May 22, 2020
1 check passed
1 check passed
Travis CI - Pull Request Build Passed
Details
@cclauss cclauss deleted the cclauss:strict-flake8 branch May 22, 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

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