mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 13:24:39 +08:00
Remove E999 for now, because those issues are not defined. Also change a few small things where issues were wrong.
This commit is contained in:
@@ -44,6 +44,8 @@ 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