From f705bc1d36a801c9817d97449bef35658c642dec Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 5 Nov 2020 23:42:31 +0100 Subject: fix isort invocation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9518e56..562b68d 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ deps: ## Install dependencies from setup.py into pipenv .PHONY: style style: ## Apply import sorting and black source formatting on all files - isort --atomic -rc fuzzycat/* + isort --atomic fuzzycat/* yapf -p -i -r fuzzycat/* yapf -p -i -r tests -- cgit v1.2.3