Skip to content

Commit e2f7559

Browse files
committed
build(Makefile): quite option
1 parent 97bd10b commit e2f7559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: init format test check requirements
22

33
init:
4-
python -m pip install -U poetry
4+
python -m pip install -q -U poetry
55
python -m poetry install
66

77
format:

0 commit comments

Comments
 (0)