From c883b8c220c92f620a174cfe64b50dd1a7a4cfa4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 24 Nov 2021 15:51:17 -0800 Subject: makefile: typo in a comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 190f8c7..2b5c8d2 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ lint: ## Run lints (eg, flake8, mypy) @pipenv run mypy grobid_tei_xml/ tests/ .PHONY: fmt -fmt: ## Run code formating on all source code +fmt: ## Run code formatting on all source code pipenv run isort --atomic grobid_tei_xml/ tests/ pipenv run black --line-length 96 grobid_tei_xml/ tests/ -- cgit v1.2.3