[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
- Run formatting tools, Jonas Hahnfeld, 2020/09/25
- Re: Run formatting tools,
Werner LEMBERG <=
- Re: Run formatting tools, Jonas Hahnfeld, 2020/09/25
- Re: Run formatting tools, Han-Wen Nienhuys, 2020/09/25
- Re: Run formatting tools, Jean Abou Samra, 2020/09/25
- Re: Run formatting tools, Jonas Hahnfeld, 2020/09/25
- Re: Run formatting tools, Jean Abou Samra, 2020/09/25
- Re: Run formatting tools, Jonas Hahnfeld, 2020/09/25
- Re: Run formatting tools, Jean Abou Samra, 2020/09/25
- Re: Run formatting tools, Jonas Hahnfeld, 2020/09/26
- Re: Run formatting tools, Jean Abou Samra, 2020/09/27