There is something called autoflake8 it can't solve all issues due to the way that python only has limited cases for line continuations.
Martin On Thu, Dec 15, 2016, 13:36 Lars Volker <[email protected]> wrote: > Hi all, > > do we have a tool to format only the changed lines in python files > according to PEP8, similar to what git-clang-format does for c++ files? > > Thanks, Lars >
