Re: [PATCH 02/10] python: add qapi static analysis tests

2025-02-26 Thread John Snow
On Wed, Feb 26, 2025 at 4:29 AM Markus Armbruster wrote: > John Snow writes: > > > On Mon, Feb 24, 2025 at 7:36 AM Markus Armbruster > wrote: > > > >> John Snow writes: > >> > >> > Update the python tests to also check qapi. No idea why I didn't do > this > >> > before. I guess I was counting

Re: [PATCH 02/10] python: add qapi static analysis tests

2025-02-26 Thread Markus Armbruster
John Snow writes: > On Mon, Feb 24, 2025 at 7:36 AM Markus Armbruster wrote: > >> John Snow writes: >> >> > Update the python tests to also check qapi. No idea why I didn't do this >> > before. I guess I was counting on moving it under python/ and then just >> > forgot after that was NACKed. Oo

Re: [PATCH 02/10] python: add qapi static analysis tests

2025-02-24 Thread John Snow
On Mon, Feb 24, 2025 at 7:36 AM Markus Armbruster wrote: > John Snow writes: > > > Update the python tests to also check qapi. No idea why I didn't do this > > before. I guess I was counting on moving it under python/ and then just > > forgot after that was NACKed. Oops, this turns out to be rea

Re: [PATCH 02/10] python: add qapi static analysis tests

2025-02-24 Thread Markus Armbruster
John Snow writes: > Update the python tests to also check qapi. No idea why I didn't do this > before. I guess I was counting on moving it under python/ and then just > forgot after that was NACKed. Oops, this turns out to be really easy. > > flake8, isort and mypy use the tool configuration from

[PATCH 02/10] python: add qapi static analysis tests

2025-02-23 Thread John Snow
Update the python tests to also check qapi. No idea why I didn't do this before. I guess I was counting on moving it under python/ and then just forgot after that was NACKed. Oops, this turns out to be really easy. flake8, isort and mypy use the tool configuration from the existing python director