We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bd10b commit e2f7559Copy full SHA for e2f7559
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: init format test check requirements
2
3
init:
4
- python -m pip install -U poetry
+ python -m pip install -q -U poetry
5
python -m poetry install
6
7
format:
0 commit comments