Re: [PATCH 2/5] docs/qapidoc: linting fixes

2025-03-25 Thread Markus Armbruster
John Snow writes: > On Tue, Mar 25, 2025 at 3:36 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > This restores the linting baseline in qapidoc. The order of some imports >> > have changed slightly due to configuring isort a little better: isort >> >> Changed since when / what? >> > >

Re: [PATCH 2/5] docs/qapidoc: linting fixes

2025-03-25 Thread John Snow
On Tue, Mar 25, 2025 at 3:36 AM Markus Armbruster wrote: > John Snow writes: > > > This restores the linting baseline in qapidoc. The order of some imports > > have changed slightly due to configuring isort a little better: isort > > Changed since when / what? > Changed as of this patch. Before

Re: [PATCH 2/5] docs/qapidoc: linting fixes

2025-03-25 Thread Markus Armbruster
John Snow writes: > This restores the linting baseline in qapidoc. The order of some imports > have changed slightly due to configuring isort a little better: isort Changed since when / what? > was having difficulty understanding that "compat" and "qapidoc_legacy" > were local modules because d

[PATCH 2/5] docs/qapidoc: linting fixes

2025-03-21 Thread John Snow
This restores the linting baseline in qapidoc. The order of some imports have changed slightly due to configuring isort a little better: isort was having difficulty understanding that "compat" and "qapidoc_legacy" were local modules because docs/sphinx "isn't a python package". Signed-off-by: John