Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ib3434e6aedbbbe661f0c42ab82961c3c21e010d5
This commit is contained in:
parent
78879e161c
commit
7a1e08dc96
@ -7,7 +7,7 @@
|
||||
# be installed in a specific order.
|
||||
#
|
||||
# Hacking should appear first in case something else depends on pep8
|
||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
||||
|
||||
#Testing Requirements
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
|
3
tox.ini
3
tox.ini
@ -44,6 +44,9 @@ deps = -r{toxinidir}/doc/requirements.txt
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
# F405 TEMPLATES may be undefined, or defined from star imports
|
||||
# (because it is not easy to avoid this in openstack_dashboard.test.settings)
|
||||
ignore = F405
|
||||
exclude = .git,.tox,dist,*lib/python*,*egg,build,node_modules
|
||||
show-source = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user