From a14b4e9620a01f963a65eb1ac982ff62dd2c3a55 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 12 Oct 2022 03:11:24 +0300 Subject: [PATCH] Fix a minor typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e5b8ef..49ae113 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ lint: lint-black lint-isort mypy ## check the code with various linters .PHONY: lint-apply lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions -.PHONT: test +.PHONY: test test: ## run tests in parallel pytest -v -n 4 --cov