Create Makefile target for formatting of code
This commit is contained in:
parent
d1b7c604b5
commit
79925de8cd
3
Makefile
3
Makefile
@ -3,3 +3,6 @@ all:
|
||||
installer:
|
||||
pynsist src/installer.cfg
|
||||
|
||||
@PHONY: black
|
||||
black:
|
||||
black src
|
||||
|
Loading…
x
Reference in New Issue
Block a user