On 5/14/20 7:53 AM, John Snow wrote: > Mostly, ignore the "no bare except" rule, because flake8 is not > contextual and cannot determine if we re-raise. Pylint can, though, so > always prefer pylint for that. > > Signed-off-by: John Snow <js...@redhat.com> > --- > python/qemu/lib/.flake8 | 2 ++ > python/qemu/lib/accel.py | 9 ++++++--- > python/qemu/lib/machine.py | 13 +++++++++---- > python/qemu/lib/qmp.py | 4 ++-- > 4 files changed, 19 insertions(+), 9 deletions(-) > create mode 100644 python/qemu/lib/.flake8
Thanks, applied to my python-next tree: https://gitlab.com/philmd/qemu/commits/python-next