Quick try at getting the code quality analysis tools into a makefile target.
Based-on: 20200710052220.3306-1-js...@redhat.com Based-on: 20200710050649.32434-1-js...@redhat.com There are other python patches pulled since that cause new errors to show up, so this definitely can't be enforced just yet. John Snow (1): python: add check-python target Makefile | 1 + python/{qemu => }/.flake8 | 0 python/Makefile.include | 33 +++++++++++++++++++++++++++++++++ python/{qemu => }/pylintrc | 1 + python/requirements.cqa.txt | 3 +++ 5 files changed, 38 insertions(+) rename python/{qemu => }/.flake8 (100%) create mode 100644 python/Makefile.include rename python/{qemu => }/pylintrc (99%) create mode 100644 python/requirements.cqa.txt -- 2.21.3