aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-02-02 00:40:10 +0100
committerMartin Czygan <martin.czygan@gmail.com>2021-02-02 00:40:10 +0100
commit727f44887e0612b54010704dc997fd2ebd8b0344 (patch)
treeed9cd5d4786658b217ac1522deea60f80ed25407 /Makefile
parent661b3b7ac12bead80253e11b392413627d7d8c12 (diff)
downloadfuzzycat-727f44887e0612b54010704dc997fd2ebd8b0344.tar.gz
fuzzycat-727f44887e0612b54010704dc997fd2ebd8b0344.zip
make: converge to fmt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03def9e..c6245fb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ deps: ## Install dependencies from setup.py into pipenv
# version, https://github.com/microsoft/vscode-python/issues/5171
pipenv install --pre '-e .[dev]'
-.PHONY: style
-style: ## Apply import sorting and yapf source formatting on all files
+.PHONY: fmt
+fmt: ## Apply import sorting and yapf source formatting on all files
isort --atomic fuzzycat/*
yapf -p -i -r fuzzycat/*
yapf -p -i -r tests