Re: [PATCH 1/1] python: add check-python target

2020-07-14 Thread John Snow
On 7/14/20 12:30 AM, Cleber Rosa wrote: > On Mon, Jul 13, 2020 at 09:30:26PM -0400, John Snow wrote: >> Move pylintrc and flake8 up to the root of the python folder where >> they're the most useful. Add a requirements.cqa.txt file to house >> the requirements necessary to build a venv sufficient

Re: [PATCH 1/1] python: add check-python target

2020-07-13 Thread Cleber Rosa
On Mon, Jul 13, 2020 at 09:30:26PM -0400, John Snow wrote: > Move pylintrc and flake8 up to the root of the python folder where > they're the most useful. Add a requirements.cqa.txt file to house > the requirements necessary to build a venv sufficient for running > code quality analysis on the pyth

[PATCH 1/1] python: add check-python target

2020-07-13 Thread John Snow
Move pylintrc and flake8 up to the root of the python folder where they're the most useful. Add a requirements.cqa.txt file to house the requirements necessary to build a venv sufficient for running code quality analysis on the python folder. Add a makefile that will build the venv and run the test