Use openstack-dev/hacking

Change-Id: I6663e71ead3021e096d9e04ff784dafb83e3f974
This commit is contained in:
Christian Berendt 2014-08-12 15:49:08 +02:00 committed by Alexandre Viau
parent fd8f858fae
commit 94691c38c1
2 changed files with 4 additions and 2 deletions

@ -1,6 +1,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.9.2,<0.10
sphinxcontrib-pecanwsme>=0.8
sphinxcontrib-httpdomain
wsme
oslosphinx
flake8
testrepository>=0.0.18

@ -21,4 +21,5 @@ commands = {posargs}
commands = python setup.py build_sphinx
[flake8]
exclude = .tox,env,*egg
exclude = .venv,.git,.tox,env,dist,*openstack/common*,*lib/python*/,*egg,build
ignore = E123,E125,H803