From c7332db8eddbb0bacf54a54f5be8ade7bf5313b8 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 14 Feb 2022 17:54:32 +0100 Subject: [PATCH] test(shared): add missing format lint check --- shared/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/Makefile b/shared/Makefile index 267e8db82..f044615c2 100644 --- a/shared/Makefile +++ b/shared/Makefile @@ -8,6 +8,6 @@ MYPY_ARG = libretime_shared PYTEST_ARG = --cov=libretime_shared tests format: .format -lint: .pylint .mypy +lint: .format-check .pylint .mypy test: .pytest clean: .clean