On 10/5/20 7:05 PM, Cleber Rosa wrote:
Here on patches 08 an later, I've run:flake8 ./scripts/qapi And starting on patch 24 ("qapi/source.py: add type hint annotations") it complained about: /scripts/qapi/source.py:44:31: F821 undefined name 'T'
I think that must be flake8 < 3.8.0. Try using >= 3.8.0.(Yes, still working on getting proper pipenv/requirements/something up for these, sorry.)