From 5bca4dfde78cc1ac30a249a128a87c3d0b1a263e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 15:54:45 -0800 Subject: codespell fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbccc7e..c144dd1 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ pytype: ## Run slow pytype type check (not part of dev deps) pipenv run pytype fatcat_scholar/ .PHONY: fmt -fmt: ## Run code formating on all source code +fmt: ## Run code formatting on all source code pipenv run isort --atomic fatcat_scholar/ tests/ pipenv run black --line-length 88 fatcat_scholar/ tests/ -- cgit v1.2.3