From 66e694b2575de3b71cd2fba455710d9eb6c4b722 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 27 Sep 2021 17:54:48 +0200 Subject: python: cleanup code --- python/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index 6821aed..d686297 100644 --- a/python/Makefile +++ b/python/Makefile @@ -38,13 +38,14 @@ else rsync -avP $^ ${DEPLOY_TARGET} endif -.PHONY: test -test: - pytest -v tests +# .PHONY: test +# test: +# pytest -v tests .PHONY: fmt fmt: yapf -p -i -r $(PKGNAME) tests + isort $(PKGNAME) .PHONY: clean clean: -- cgit v1.2.3