From: Eric S. Raymond Date: Wed, 7 Feb 2024 00:58:25 +0000 (-0500) Subject: Add reflow production. X-Git-Tag: 2.8~4 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=f3801f790cafb590cb3d812e4b1a8dac1a53f8ae Add reflow production. --- 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