Fix E265 block comment should start with '# '
All E265 errors are now fixed and remove it from ignore list. Change-Id: I09ada4cc0f33cae5da4cbc29a4e843e3ce14e111
This commit is contained in:
@@ -12,10 +12,6 @@
|
|||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
#
|
|
||||||
###
|
|
||||||
### Codes from neutron wsgi
|
|
||||||
###
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from xml.etree import ElementTree as etree
|
from xml.etree import ElementTree as etree
|
||||||
|
3
tox.ini
3
tox.ini
@@ -40,8 +40,7 @@ downloadcache = ~/cache/pip
|
|||||||
# E125 continuation line does not distinguish itself from next logical line
|
# E125 continuation line does not distinguish itself from next logical line
|
||||||
#
|
#
|
||||||
# TODO Fix the following rules from hacking 0.9.x
|
# TODO Fix the following rules from hacking 0.9.x
|
||||||
# E265 block comment should start with '# '
|
|
||||||
# H405 multi line docstring summary not separated with an empty line
|
# H405 multi line docstring summary not separated with an empty line
|
||||||
ignore = E125,E265,H405
|
ignore = E125,H405
|
||||||
show-source = true
|
show-source = true
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
||||||
|
Reference in New Issue
Block a user