Re: [PATCH v6 05/23] dts: settings docstring update

2023-11-15 Thread Juraj Linkeš
On Wed, Nov 8, 2023 at 5:17 PM Yoan Picchi wrote: > > On 11/8/23 12:53, Juraj Linkeš wrote: > > Format according to the Google format and PEP257, with slight > > deviations. > > > > Signed-off-by: Juraj Linkeš > > --- > > dts/framework/settings.py | 101 +- >

Re: [PATCH v6 05/23] dts: settings docstring update

2023-11-08 Thread Yoan Picchi
On 11/8/23 12:53, Juraj Linkeš wrote: Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš --- dts/framework/settings.py | 101 +- 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/dts/framework

[PATCH v6 05/23] dts: settings docstring update

2023-11-08 Thread Juraj Linkeš
Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš --- dts/framework/settings.py | 101 +- 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/dts/framework/settings.py b/dts/framework/settings.py i