From 727f44887e0612b54010704dc997fd2ebd8b0344 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 2 Feb 2021 00:40:10 +0100 Subject: make: converge to fmt --- Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3