Re: [virt-tools-list] [virt-bootstrap] [PATCH] setup: Use pylint/pycodestyle modules

2018-03-12 Thread Radostin Stoyanov
On 12/03/18 10:12, Cedric Bosdonnat wrote: > On Mon, 2018-03-12 at 09:52 +, Radostin Stoyanov wrote: >> Use pylint/pycodestyle modules instead of calling the executables >> to ensure that Python 3 code is checked with Py 3 version of >> pylint/pycodestyle. >> >> Signed-off-by: Radostin Stoyano

Re: [virt-tools-list] [virt-bootstrap] [PATCH] setup: Use pylint/pycodestyle modules

2018-03-12 Thread Cedric Bosdonnat
On Mon, 2018-03-12 at 09:52 +, Radostin Stoyanov wrote: > Use pylint/pycodestyle modules instead of calling the executables > to ensure that Python 3 code is checked with Py 3 version of > pylint/pycodestyle. > > Signed-off-by: Radostin Stoyanov > --- > setup.py | 36 ++--

[virt-tools-list] [virt-bootstrap] [PATCH] setup: Use pylint/pycodestyle modules

2018-03-12 Thread Radostin Stoyanov
Use pylint/pycodestyle modules instead of calling the executables to ensure that Python 3 code is checked with Py 3 version of pylint/pycodestyle. Signed-off-by: Radostin Stoyanov --- setup.py | 36 ++-- 1 file changed, 14 insertions(+), 22 deletions(-) diff --gi