From f6995b953afe7554e888533b0dde952284ecbe43 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 Sep 2019 10:04:45 -0400 Subject: [PATCH] comments --- Bashfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Bashfile b/Bashfile index 1e4446e..d27398b 100644 --- a/Bashfile +++ b/Bashfile @@ -1,9 +1,12 @@ echo: cat Bashfile -black: +format: black . + install: system-deps python-deps + python-deps: - # pipenv install + # Example of comments + pipenv install system-deps: brew install pipenv