Re: [PATCH v3 13/16] iotests/linters: Add entry point for Python CI linters

2021-09-15 Thread Philippe Mathieu-Daudé
On 9/16/21 6:09 AM, John Snow wrote: > Add a main() function to linters.py so that the Python CI infrastructure > has something it can run. > > Now, linters.py represents an invocation of the linting scripts that > more resembles a "normal" execution of pylint/mypy, like you'd expect to > use if '

[PATCH v3 13/16] iotests/linters: Add entry point for Python CI linters

2021-09-15 Thread John Snow
Add a main() function to linters.py so that the Python CI infrastructure has something it can run. Now, linters.py represents an invocation of the linting scripts that more resembles a "normal" execution of pylint/mypy, like you'd expect to use if 'qemu' was a bona-fide package you obtained from P