aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-05 23:42:31 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-05 23:42:31 +0100
commitf705bc1d36a801c9817d97449bef35658c642dec (patch)
tree2f2c13b6a60f00f83d3feb202cb969c7151c4ee0 /Makefile
parent32d7ff71e7d6d97fa61a85a31ac1449597562cfe (diff)
downloadfuzzycat-f705bc1d36a801c9817d97449bef35658c642dec.tar.gz
fuzzycat-f705bc1d36a801c9817d97449bef35658c642dec.zip
fix isort invocation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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