Removed notes in readme about pinning pep8

This issue seems to have been resolved by pep8 release 1.7.0. I've
seen no further reports of issues with that version, and I know that
flake8 is making use of it by default now.
This commit is contained in:
Ian Lee 2016-02-27 23:35:15 -08:00
parent 62a7cca512
commit 8644e1dad2

View file

@ -61,13 +61,6 @@ See https://en.wikipedia.org/wiki/Cyclomatic_complexity.
Frequently Asked Questions
==========================
Why does flake8 pin the version of pep8?
----------------------------------------
Version 1.6 of pep8 doesn't work properly with flake8. Until pep8 releases a
version that works, flake8 pins the version of pep8 so that flake8 will work as
a whole.
Is flake8 broken?
-----------------