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

@@ -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)