From f3801f790cafb590cb3d812e4b1a8dac1a53f8ae Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 6 Feb 2024 19:58:25 -0500 Subject: [PATCH] Add reflow production. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8ffb214..5a436fe 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ dist: sst-$(VERS).tar.gz check: pylint @cd test >/dev/null; $(MAKE) --quiet +reflow: + @black sst + pylint: @pylint --score=n sst -- 2.31.1