|
|
@ -39,10 +39,8 @@ commands = python setup.py build_sphinx |
|
|
|
|
|
|
|
[flake8] |
|
|
|
# H803 skipped on purpose per list discussion. |
|
|
|
# E123, E125 skipped as they are invalid PEP-8. |
|
|
|
|
|
|
|
show-source = True |
|
|
|
ignore = E123,E125,H803 |
|
|
|
ignore = H803 |
|
|
|
builtins = _ |
|
|
|
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,*autogenerate_config_docs/venv,*autogenerate_config_docs/sources |
|
|
|
# 28 is currently the most complex thing we have |
|
|
|