On 9/23/21 02:16, John Snow wrote:
We can circumvent the '__main__' redefinition problem by passing --scripts-are-modules. Take mypy out of the loop per-filename and check everything in one go: it's quite a bit faster.Signed-off-by: John Snow <[email protected]> Reviewed-by: Hanna Reitz <[email protected]> --- tests/qemu-iotests/297 | 44 +++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
