aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-11-24 15:54:45 -0800
committerBryan Newbold <bnewbold@archive.org>2021-11-24 15:54:45 -0800
commit5bca4dfde78cc1ac30a249a128a87c3d0b1a263e (patch)
treea2174d88468cfbe38d542a2cb90925bf23171226 /Makefile
parent36b30ca9c8da2691964223f67a7674156428e93a (diff)
downloadfatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.tar.gz
fatcat-scholar-5bca4dfde78cc1ac30a249a128a87c3d0b1a263e.zip
codespell fixes
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/