Enable pep8 E265 test
Enable E265 block comment should start with '# ' Change-Id: I78813e73f8dd800bc58a1d69eedc2c066ccb8c28
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -42,7 +42,7 @@ commands=
|
|||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E123,E126,E128,E265
|
ignore = E123,E126,E128
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
|
||||||
max-complexity=20
|
max-complexity=20
|
||||||
|
Reference in New Issue
Block a user