aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/