dotfiles/.local/bin/init-venv

9 lines
129 B
Bash
Executable file

#! /usr/bin/sh
poetry add \
--group dev \
black \
isort
poetry add \
--group test \
coverage