diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:51:17 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-11-24 15:51:17 -0800 |
commit | c883b8c220c92f620a174cfe64b50dd1a7a4cfa4 (patch) | |
tree | 71eaa70b6fa406149d0b8ea8f0d0bef0f7c62071 | |
parent | 3e5d2f5c6ab9c14b5d33644264af201244c6a9a8 (diff) | |
download | grobid_tei_xml-c883b8c220c92f620a174cfe64b50dd1a7a4cfa4.tar.gz grobid_tei_xml-c883b8c220c92f620a174cfe64b50dd1a7a4cfa4.zip |
makefile: typo in a comment
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |