Apply pep8 check to app.wsgi
Because app.wsgi should meet pep8 standards, this patch apply pep8 check to app.wsgi. Change-Id: If664eedc27afb5a23a44eebf52f9f1aeb34d6548
This commit is contained in:
parent
b3a6417fd8
commit
a6d053cbd7
2
tox.ini
2
tox.ini
@ -77,7 +77,7 @@ ignore = F821,H301,H404,H405,H501,E402,W503,E731
|
||||
enable-extensions = H203,H106
|
||||
builtins = _
|
||||
exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration,releasenotes
|
||||
filename=*.py,trove-*
|
||||
filename=*.py,trove-*,app.wsgi
|
||||
|
||||
[hacking]
|
||||
import_exceptions = trove.common.i18n
|
||||
|
@ -23,6 +23,7 @@ from trove.common import profile
|
||||
|
||||
LOG = logging.getLogger('trove.cmd.app')
|
||||
|
||||
|
||||
@with_initialize
|
||||
def wsgimain(CONF):
|
||||
from trove.common import cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user