pycodestyle_magic
pycodestyle_magic copied to clipboard
Prevent colon confusion in output parsing
By using a magic string that shouldn't appear in code, we make "parsing" easier. Really this should use a real parser call into the library; but, this is an easy enough fix.
Fixes #20