Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

flake8 combines both pep8 and pyflakes #99

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cclauss
Copy link

@cclauss cclauss commented Jun 10, 2018

flake8 is a superset of pep8 (pycodestyle) and pyflakes. It also adds some useful tests of its own.

Testing tools like coverage, flake8, pep8, and pyflakes should not be in requirements.txt because they are optional for end users.

cclauss added 3 commits June 10, 2018 14:37
[flake8](http://flake8.pycqa.org) is a superset of pep8 (pycodestyle) and pyflakes.  It also adds some useful tests of its own.

Testing tools like coverage, flake8, pep8, and pyflakes should not be in __requirements.txt__ because they are _optional_ for end users.
Testing tools like coverage, flake8, pep8, and pyflakes should not be in __requirements.txt__ because they are _optional_ for end users.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant