From 331288cd15d471b2ae362bf6c990f627686067d8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Oct 2021 19:24:58 -0700 Subject: make: fix test imports with fmt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe12878..0a5c8be 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ lint: ## Run lints (eg, flake8, mypy) .PHONY: fmt fmt: ## Run code formating on all source code - pipenv run isort --atomic grobid_tei_xml/*.py + pipenv run isort --atomic grobid_tei_xml/*.py tests/*.py pipenv run yapf -p -i -r grobid_tei_xml tests .PHONY: test -- cgit v1.2.3