Description
Repo hitting the following error:
engine produced invalid output: {:message=>"Invalid JSON", :output=>"\n3 E101 indentation contains mixed spaces and tabs\n6 E122 continuation line missing indentation or outdented\n5 E123 closing bracket does not match indentation of opening bracket's line\n1 E126 continuation line over-indented for hanging indent\n2 E127 continuation line over-indented for visual indent\n2 E201 whitespace after '['\n7 E203 whitespace before ','\n2 E221 multiple spaces before operator\n1 E222 multiple spaces after operator\n3 E228 missing whitespace around modulo operator\n31 E251 unexpected spaces around keyword / parameter equals\n2 E265 block comment should start with '# '\n1 E271 multiple spaces after keyword\n1 E272 multiple spaces before keyword\n28 E301 expected 1 blank line, found 0\n2 E303 too many blank lines (3)\n13 E401 multiple imports on one line\n5 E502 the backslash is redundant between brackets\n1 E711 comparison to None should be 'if cond is None:'\n2 E712 comparison to False should be 'if cond is False:' or 'if not cond:'\n34 W191 indentation contains tabs\n7 W291 trailing whitespace\n6 W391 blank line at end of file\n1 W503 line break before binary operator\n"}
- Although we don't yet support pycodestyle, there is one more pep8 version we could update to.
- (I don't know if that would fix this error.)
Contact Emily if you need additional info!