Remove E999 and replace them with todos.

This commit is contained in:
Dave Halter
2017-07-08 12:07:00 +02:00
parent 1e2abec7f2
commit 3943618fe2
4 changed files with 4 additions and 6 deletions

View File

@@ -88,10 +88,10 @@ if length > options.max_line_length:
if os.path.exists(os.path.join(path, PEP8_BIN)):
cmd = ([os.path.join(path, PEP8_BIN)] +
self._pep8_options(targetfile))
#: E999+1
# TODO Tabs in docstrings shouldn't be there, use \t.
'''
multiline string with tab in it'''
#: E999+1
# Same here.
'''multiline string
with tabs
and spaces