Enable pep8 E265 test

Enable E265 block comment should start with '# '

Change-Id: I78813e73f8dd800bc58a1d69eedc2c066ccb8c28
This commit is contained in:
ricolin
2015-11-15 23:07:59 +08:00
parent 9e7a04110a
commit 6f1542c2ca
3 changed files with 42 additions and 42 deletions

View File

@@ -42,7 +42,7 @@ commands=
downloadcache = ~/cache/pip
[flake8]
ignore = E123,E126,E128,E265
ignore = E123,E126,E128
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
max-complexity=20