mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-19 16:24:31 +08:00
Remove E999 and replace them with todos.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user