Re: [PATCH v2 1/2] doc: increase python max line length to 100

2023-09-26 Thread Bruce Richardson
On Tue, Sep 26, 2023 at 02:10:12PM +0200, Juraj Linkeš wrote: > Unify with C recommendations which allow line length of up to 100 > characters. > > Signed-off-by: Owen Hilyard > Signed-off-by: Juraj Linkeš > --- Acked-by: Bruce Richardson

[PATCH v2 1/2] doc: increase python max line length to 100

2023-09-26 Thread Juraj Linkeš
Unify with C recommendations which allow line length of up to 100 characters. Signed-off-by: Owen Hilyard Signed-off-by: Juraj Linkeš --- .editorconfig| 2 +- doc/doc_build/meson-private/meson.lock | 0 doc/guides/contributing/coding_style.rst | 3 +++ 3 files chan