diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |