diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-10-18 20:25:53 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-10-21 03:47:23 +0200 |
commit | e33a0f359dd36284c31eb619c6eddd617ef3a779 (patch) | |
tree | ce1b240455c20673118e0ec9cbb3167f67a25980 /Makefile | |
parent | 26aa121848d41860a398cac8b549531e5f21f03e (diff) | |
download | fuzzycat-e33a0f359dd36284c31eb619c6eddd617ef3a779.tar.gz fuzzycat-e33a0f359dd36284c31eb619c6eddd617ef3a779.zip |
cluster variants
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |