Move to flake8.
The project is standardizing on flake8 for static code analysis. Change-Id: I4fd97b56b6c6cb57e8d245281e0da15f838ec840
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
distribute>=0.6.24
|
||||
|
||||
# Install bounded pep8/pyflakes first, then let flake8 install
|
||||
pep8==1.4.5
|
||||
pyflakes==0.7.2
|
||||
flake8==2.0
|
||||
hacking>=0.5.3,<0.6
|
||||
|
||||
# Testing Requirements
|
||||
coverage
|
||||
django-nose
|
||||
@@ -9,8 +15,6 @@ nose-exclude
|
||||
nosexcover
|
||||
openstack.nose_plugin
|
||||
nosehtmloutput
|
||||
pep8>=1.3
|
||||
pylint
|
||||
selenium
|
||||
|
||||
# Docs Requirements
|
||||
|
||||
Reference in New Issue
Block a user