From 8644e1dad28a291344cfbfda32141595525c08bd Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 27 Feb 2016 23:35:15 -0800 Subject: [PATCH] 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. --- README.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.rst b/README.rst index 90a356d..d3ed2b0 100644 --- a/README.rst +++ b/README.rst @@ -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? -----------------