From a32c34dab635a74f3a7e2bcd138c12090f5942e9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 9 Jul 2020 22:41:52 -0400 Subject: Format via black. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c43c4ac..fbb645a 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,10 @@ test: .PHONY: test +fmt: + black --include 'lps_gen.py|setup.py|tests/*.py|lpschedule_generator/*.py' . +.PHONY: fmt + build-dist: @python setup.py sdist bdist_wheel -- cgit v1.2.3