Enable pep8 to check files in directory tools
The directory tools is exculed for runing pep8 test now. Enable pep8 to check files in toos/ since there will be more python files. Change-Id: I49b8b90ab8db82033c5a45ee2bcbfbfb7fb77339
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -48,7 +48,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
|
||||
ignore = H405
|
||||
show-source = true
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg
|
||||
|
||||
[hacking]
|
||||
local-check-factory = murano.hacking.checks.factory
|
||||
|
||||
Reference in New Issue
Block a user