fbb61e9c1d
- E126 continuation line over-indented for hanging indent - E127 continuation line over-indented for visual indent - E128 continuation line under-indented for visual indent - E131 continuation line unaligned for hanging indent - E265 block comment should start with '# ' - E272 multiple spaces before keyword - E302 expected 2 blank lines, found <n> - E712 comparison to False should be 'if cond is False:' or 'if not cond:' - F401 '<name>' imported but unused Change-Id: I2344cf2e8fd7910e72e9d8043423d25e43065ef2
10 lines
173 B
INI
10 lines
173 B
INI
[default-targets]
|
|
default+apiclient=wsgi
|
|
|
|
[default]
|
|
wsgi=wsgi
|
|
|
|
[default+apiclient.wsgi]
|
|
server-entry-point = tests.utilities.runner:foo
|
|
base_url = http://www.localhost:5001
|