Skip to content

Commit d295329

Browse files
committed
[Makefile] add source formatting target
1 parent 52a2913 commit d295329

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ run:
5353
python src/run.py
5454

5555

56+
# ---------------------
57+
# Source formatting
58+
# ---------------------
59+
format:
60+
isort src && black src
61+
62+
5663
.PHONY: build-image-resource build-font-resource\
5764
build-macos macos-iconset codesign-macos build-macos-installer\
5865
run

0 commit comments

Comments
 (0)