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

2025-04-21 Thread Markus Armbruster
John Snow writes: > Since the previous commit, python/setup.cfg applies to scripts/qapi/ as > well. Configuration files in scripts/qapi/ override python/setup.cfg. > > scripts/qapi/.flake8 and scripts/qapi/.isort.cfg actually match > python/setup.cfg exactly, and can go. > > The differences betw

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

2025-04-17 Thread John Snow
Since the previous commit, python/setup.cfg applies to scripts/qapi/ as well. Configuration files in scripts/qapi/ override python/setup.cfg. scripts/qapi/.flake8 and scripts/qapi/.isort.cfg actually match python/setup.cfg exactly, and can go. The differences between scripts/qapi/mypy.ini and py