commit: 38acafe261d9afca8d3c712994e0f52024dfd548
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 17:53:54 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 17:53:54 2022 +0000
URL:
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=38acafe2
Makefile: add black format target
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Makefile b/Makefile
index f49201a1..b5cadc8d 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,7 @@ sdist wheel:
.PHONY: clean
clean:
$(RM) -r build/sphinx doc/api dist
+
+.PHONY: format
+format:
+ $(PYTHON) -m black .