updated dev requirements to allow for linting python
The python files within the stack are not able to pass lint checks using the same standard which OpenStack requires. This change adds the requirements to the dev-requirements.txt file which will enable hacking/flake8 checks within our stack. These requirements mirror what is presently found within upstream OpenStack global requirements. Partial-Bug: 1440462 Change-Id: I61d5e8803e987ae5f4ec867db5446fb55a0bf898
This commit is contained in:
parent
4544f00783
commit
443c370f9d
@ -1 +1,6 @@
|
||||
ansible-lint>=2.0.3
|
||||
flake8==2.2.4
|
||||
hacking>=0.10.0,<0.11
|
||||
pep8==1.5.7
|
||||
pyflakes==0.8.1
|
||||
mccabe==0.2.1 # capped for flake8
|
||||
|
Loading…
Reference in New Issue
Block a user