Re: [libvirt] [PATCH 00/10] scripts: fix nearly all flake8 style violations

2019-10-09 Thread Eric Blake
On 10/9/19 7:58 AM, Daniel P. Berrangé wrote: We recently introduced flake8 to check for bogus semicolon at the end of line in python code. It can check for sooo much more than this. In general it is desirable to comply with as much as possible, since this results in python code that is more

[libvirt] [PATCH 00/10] scripts: fix nearly all flake8 style violations

2019-10-09 Thread Daniel P . Berrangé
We recently introduced flake8 to check for bogus semicolon at the end of line in python code. It can check for sooo much more than this. In general it is desirable to comply with as much as possible, since this results in python code that is more consistent in style to that seen in other projects.