> What puzzles me a bit is the magnitude of changes from autopep8 - I
> thought this tool was run in August? Maybe I'm missing something;
> FWIW I used the invocation "autopep8 -ia --ignore=E402" as
> documented in CG.
> 
> Thoughts, objections? Should I exclude running autopep8?

I was told from a Python professional developer that the best tool for
formatting python code be `black`.  Running

  black -l 78 ...

gives indeed very nice formatting (not tested with lilypond stuff,
though).


    Werner

Reply via email to