projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5950b77
)
Add reflow production.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 7 Feb 2024 00:58:25 +0000
(19:58 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 7 Feb 2024 00:58:25 +0000
(19:58 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 8ffb21428984fa58447608cfc020d8f67f6398f2..5a436fed0be55a52ee6b26fec3503ace069042e2 100644
(file)
--- 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