Re: [PATCH 5/5] qapi: delete un-needed python static analysis configs

2025-03-26 Thread John Snow
On Wed, Mar 26, 2025 at 3:18 AM Markus Armbruster wrote: > John Snow writes: > > > On Tue, Mar 25, 2025 at 4:05 AM Markus Armbruster > wrote: > > > >> John Snow writes: > >> > >> > The pylint config is being left in place because the settings differ > >> > enough from the python/ directory set

Re: [PATCH 5/5] qapi: delete un-needed python static analysis configs

2025-03-26 Thread Markus Armbruster
John Snow writes: > On Tue, Mar 25, 2025 at 4:05 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > The pylint config is being left in place because the settings differ >> > enough from the python/ directory settings that we need a chit-chat on >> > how to merge them O:-) >> > >> > Ever

Re: [PATCH 5/5] qapi: delete un-needed python static analysis configs

2025-03-25 Thread John Snow
On Tue, Mar 25, 2025 at 4:05 AM Markus Armbruster wrote: > John Snow writes: > > > The pylint config is being left in place because the settings differ > > enough from the python/ directory settings that we need a chit-chat on > > how to merge them O:-) > > > > Everything else can go. > > > > Si

Re: [PATCH 5/5] qapi: delete un-needed python static analysis configs

2025-03-25 Thread Markus Armbruster
John Snow writes: > The pylint config is being left in place because the settings differ > enough from the python/ directory settings that we need a chit-chat on > how to merge them O:-) > > Everything else can go. > > Signed-off-by: John Snow > --- > scripts/qapi/.flake8| 3 --- > scripts/

[PATCH 5/5] qapi: delete un-needed python static analysis configs

2025-03-21 Thread John Snow
The pylint config is being left in place because the settings differ enough from the python/ directory settings that we need a chit-chat on how to merge them O:-) Everything else can go. Signed-off-by: John Snow --- scripts/qapi/.flake8| 3 --- scripts/qapi/.isort.cfg | 7 --- scripts/q