diff options
Diffstat (limited to 'Makefile')
-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/ |