aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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