From 19d0c00b09b59fce76f9b5d08f4ae246e2f3e31f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 6 Jul 2020 20:48:12 +0200 Subject: [PATCH] make check should lint-python --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index baee58f..2a3ce6f 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,7 @@ lint-python: check: check-licenses + lint-python @true all: README.rst