From ae62e33b2c15886ab1ceb5a7a60e6b055aec3daa Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 17:56:47 -0400 Subject: Makefile: Add 'fmt'. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d51c384..cc4828f 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,10 @@ test: nosetests .PHONY: test +fmt: + black --include '*.py|markdown_link_style/*.py|tests/*.py' . +.PHONY: fmt + build-dist: @python setup.py sdist bdist_wheel .PHONY: build-dist -- cgit v1.2.3