From 30e0803edd5bf6e102fc2944eb2ca964e19217a7 Mon Sep 17 00:00:00 2001 From: Anowar Shajib Date: Fri, 1 Dec 2023 13:51:24 -0600 Subject: [PATCH] Update Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c30125d..26161e6 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,8 @@ clean-test: ## remove test and coverage artifacts lint: ## check style with flake8 flake8 hierarc tests + black . + docformatter -r ./* --black --in-place test: ## run tests quickly with the default Python pytest