Merge "Replace full-width quotes with half-width quotes"

This commit is contained in:
Jenkins 2015-12-08 09:07:31 +00:00 committed by Gerrit Code Review
commit 2ca4ce7dcc
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ commands = python setup.py build_sphinx
# E126 continuation line over-indented for hanging indent
# E128 continuation line under-indented for visual indent
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with #
# E265 block comment should start with '# '
# H305 imports not grouped correctly
# H307 like imports should be grouped together
# H402 one line docstring needs punctuation