MAINT/STY: Upgrade flake8 and fix new failures.

This commit is contained in:
Scott Sanderson
2017-05-15 10:55:45 -04:00
parent c20807a0c7
commit 22df0a9cb9
16 changed files with 65 additions and 53 deletions
+4 -6
View File
@@ -26,12 +26,10 @@ testfixtures==4.1.2
# Linting
flake8==2.4.1
mccabe==0.3.1
# Note: Old version of pep8 required by flake8 2.4.1
pep8==1.5.7
# Note: Old version of pyflakes required by flake8 2.4.1
pyflakes==0.8.1
flake8==3.3.0
mccabe==0.6.0
pycodestyle==2.3.1
pyflakes==1.5.0
# Documentation Conversion