diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-25 19:53:54 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-25 19:53:54 +0200 |
commit | 38acafe261d9afca8d3c712994e0f52024dfd548 (patch) | |
tree | aa82827bdcb7f2c7cef6870982387977b5edbfbb /Makefile | |
parent | Suppress the black reformat commit from git blame (diff) | |
download | snakeoil-38acafe261d9afca8d3c712994e0f52024dfd548.tar.gz snakeoil-38acafe261d9afca8d3c712994e0f52024dfd548.tar.bz2 snakeoil-38acafe261d9afca8d3c712994e0f52024dfd548.zip |
Makefile: add black format target
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,3 +13,7 @@ sdist wheel: .PHONY: clean clean: $(RM) -r build/sphinx doc/api dist + +.PHONY: format +format: + $(PYTHON) -m black . |