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)
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


No differences found