mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Remove E999 and replace them with todos.
This commit is contained in:
@@ -44,8 +44,6 @@ def collect_errors(code):
|
||||
code, _, add_line = code.partition('+')
|
||||
l = line_nr + 1 + int(add_line or 0)
|
||||
|
||||
if code == 'E999': continue # TODO delete
|
||||
|
||||
yield WantedIssue(code[1:], l, column)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user