Use openstack-dev/hacking
Change-Id: I6663e71ead3021e096d9e04ff784dafb83e3f974
This commit is contained in:
parent
fd8f858fae
commit
94691c38c1
@ -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
|
||||
|
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user