X-Git-Url: http://git.grml.org/?p=grml-x.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=d5bc8c5726c822ab89ef4e3dbd8ee1ee74cd046a;hp=1729d1216a8ad71696b749bb467f1b1f5347e754;hb=af8390f0f9cbd43cdadfa9e274f71edc18ad525a;hpb=2289606cab6f70bd1e9808cfb91cc55a2bd1eaf5 diff --git a/Makefile b/Makefile index 1729d12..d5bc8c5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: doc +all: doc codecheck doc: doc_man doc_html @@ -28,3 +28,8 @@ online: doc clean: rm -rf grml-x.html grml-x.1 grml-x.xml html-stamp man-stamp + +codecheck: + flake8 grml-x + isort --check-only grml-x + black --check grml-x