mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
echo:
|
|
cat Bashfile
|
|
black:
|
|
black .
|
|
install: system-deps python-deps
|
|
python-deps:
|
|
# pipenv install
|
|
system-deps:
|
|
brew install pipenv
|