Re: [PATCH v2 02/12] python: update pylint ignores

2025-06-16 Thread Akihiko Odaki
On 2025/06/13 5:54, John Snow wrote: The next patch will synchronize the qemu.qmp library with the external, standalone version. That synchronization will require an extra ignore for pylint, so do that now. Signed-off-by: John Snow Reviewed-by: Akihiko Odaki

Re: [PATCH v2 02/12] python: update pylint ignores

2025-06-13 Thread Thomas Huth
On 12/06/2025 22.54, John Snow wrote: The next patch will synchronize the qemu.qmp library with the external, standalone version. That synchronization will require an extra ignore for pylint, so do that now. Signed-off-by: John Snow --- python/setup.cfg | 5 +++-- 1 file changed, 3 insertion

[PATCH v2 02/12] python: update pylint ignores

2025-06-12 Thread John Snow
The next patch will synchronize the qemu.qmp library with the external, standalone version. That synchronization will require an extra ignore for pylint, so do that now. Signed-off-by: John Snow --- python/setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/