Re: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-10 Thread Stephen Hemminger
Tu > > ; Richardson, Bruce ; > > dev@dpdk.org > > Subject: Re: [PATCH v1 2/2] doc: increase python max line to 88 > > > > On Fri, 4 Nov 2022 09:16:13 + > > Juraj Linkeš wrote: > > > > > > +max_line_length = 88 # > > > >

RE: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-10 Thread Juraj Linkeš
> -Original Message- > From: Stephen Hemminger > Sent: Friday, November 4, 2022 5:58 PM > To: Juraj Linkeš > Cc: Honnappa Nagarahalli ; Owen Hilyard > ; tho...@monjalon.net; Lijuan Tu > ; Richardson, Bruce ; > dev@dpdk.org > Subject: Re: [PATCH v1 2/2] doc: inc

Re: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-04 Thread Stephen Hemminger
On Fri, 4 Nov 2022 09:16:13 + Juraj Linkeš wrote: > > +max_line_length = 88 # > > +https://black.readthedocs.io/en/stable/the_black_code_style/current_sty > > +le.html#li Skip the comment, it caused your line break!

Re: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-04 Thread Bruce Richardson
On Fri, Nov 04, 2022 at 09:16:13AM +, Juraj Linkeš wrote: > Adding folks I forgot to add. > > > -Original Message- > > From: Juraj Linkeš > > Sent: Thursday, November 3, 2022 2:29 PM > > Cc: dev@dpdk.org; Juraj Linkeš > > Subject: [PATCH v1 2/2] doc: increase python max line to 88 >

RE: [PATCH v1 2/2] doc: increase python max line to 88

2022-11-04 Thread Juraj Linkeš
Adding folks I forgot to add. > -Original Message- > From: Juraj Linkeš > Sent: Thursday, November 3, 2022 2:29 PM > Cc: dev@dpdk.org; Juraj Linkeš > Subject: [PATCH v1 2/2] doc: increase python max line to 88 > > 88 is a good compromise between shorter files, readability and other > co