lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Run formatting tools


From: Werner LEMBERG
Subject: Re: Run formatting tools
Date: Fri, 25 Sep 2020 09:31:10 +0200 (CEST)

> 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

[Prev in Thread] Current Thread [Next in Thread]