I'm trying to use this script I found: https://gist.github.com/coryalder/3317713
to run flake8 on my python code. It's pretty close -- I get the line numbers in the error browser, but it's missing the text of the error. If I run the script manually, I get this result: File "foodbot_api/controllers/main.py", line 564 At column 9: E731 do not assign a lambda expression, use a def ^ File "foodbot_api/controllers/main.py", line 1105 At column 5: E731 do not assign a lambda expression, use a def ^ The error browser doesn't show the text of the error message, i.e. "E731 do not assign a lambda expression, use a def". A comment on the original gist suggests that the caret (^) is in the wrong place. Does anyone know what the format should be? Or can point to a reference guide? I can't find anything the bbedit docs. Thanks, jay -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
