On 10/28/20 6:46 PM, Cleber Rosa wrote:
On Tue, Oct 20, 2020 at 03:35:54PM -0400, John Snow wrote:
isort 5.0.0 through 5.0.4 has a bug that causes it to misinterpret
certain "from ..." clauses that are not related to imports.
Require 5.0.5 or greater.
isort can be run with 'isort -c qemu' from the python root.
Signed-off-by: John Snow <js...@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>
---
Reviewed-by: Cleber Rosa <cr...@redhat.com>
Tested-by: Cleber Rosa <cr...@redhat.com>
Good suggestion on isort, btw. I was afraid at first it was going to be
annoying to integrate a fourth tool, but it wound up sliding in very
nicely as you can see. :)
I like the effect it has already had on these and the QAPI patches.
--js