codecheck: rely on flake8, isort + black during build time
authorMichael Prokop <mika@grml.org>
Thu, 2 Apr 2020 14:45:12 +0000 (16:45 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 2 Apr 2020 15:09:35 +0000 (17:09 +0200)
commitf1d1ce8f45bc1bf5b0d91dded10e53cba990b385
tree783cf177c174cfa171cd073b4ab8a51780a29c36
parentb1880026ee8d798cf69dcd77dbf753b84d1b8ca1
codecheck: rely on flake8, isort + black during build time

Switch from pyflakes, pylint + pep8 to flake8, isort + black,
and include it in the default build target to get checks during
build time. Add relevant packages to Build-Depends.

Thanks: Florian Apolloner for the feedback
Makefile
debian/control
setup.cfg [new file with mode: 0644]