[v1.1.2]
Changed
- Request source from
flake8
as lines of code rather than parsing it from the requested filename ourselves, allowing for proper parsing ofstdin
inputs - Remove
flake8-string-format
from dev dependencies, asstr.format()
isn't used anywhere
Fixed
- #52 Fix error when invoking with
stdin
source code instead of a filename