aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-18 20:25:53 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-10-21 03:47:23 +0200
commite33a0f359dd36284c31eb619c6eddd617ef3a779 (patch)
treece1b240455c20673118e0ec9cbb3167f67a25980 /Makefile
parent26aa121848d41860a398cac8b549531e5f21f03e (diff)
downloadfuzzycat-e33a0f359dd36284c31eb619c6eddd617ef3a779.tar.gz
fuzzycat-e33a0f359dd36284c31eb619c6eddd617ef3a779.zip
cluster variants
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5204a74..73b785a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ deps: ## Install dependencies from setup.py into pipenv
.PHONY: style
style: ## Apply import sorting and black source formatting on all files
- isort --atomic .
- yapf -p -i -r fuzzycat
+ isort --atomic -rc fuzzycat/*
+ yapf -p -i -r fuzzycat/*
yapf -p -i -r tests
.PHONY: dist