From: Michael Prokop Date: Thu, 2 Apr 2020 14:45:12 +0000 (+0200) Subject: codecheck: rely on flake8, isort + black during build time X-Git-Tag: v0.18.0~6 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=f1d1ce8f45bc1bf5b0d91dded10e53cba990b385;hp=f1d1ce8f45bc1bf5b0d91dded10e53cba990b385;ds=sidebyside 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 ---