From 38394c082490c26bb4dfd6ec8cdfb87f2607752e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 5 Jun 2019 15:46:32 +0200 Subject: [PATCH] Plugins and tests are linted, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 151204e..eebc796 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ test-format: ## Run code formatting tests black --check --diff $(BLACK_OPTS) test-lint: ## Run code linting tests - pylint --errors-only tutor + pylint --errors-only tutor tests plugins test-unit: ## Run unit tests python3 -m unittest discover tests