Commit 97bdaae4 authored by Hanno Schlichting's avatar Hanno Schlichting

flake8 - ignore complex function warnings.

parent 51ca8043
[flake8]
ignore = N801,N802,N803,N805,N806,N812,E301
ignore = C901,N801,N802,N803,N805,N806,N812,E301
exclude = bootstrap.py
......@@ -73,7 +73,7 @@ def temporaryPlacelessSetUp(orig_func, placeless_available=True,
return orig_func
def wrapper(*args, **kw):
__doc__ = '''%s ::
'''%s ::
@param required_zcml callback or iterable of callbacks
required for setup of configuration needed by fixture
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment