11 lines
182 B
Bash
Executable file
11 lines
182 B
Bash
Executable file
#! /usr/bin/sh
|
|
|
|
poetry add \
|
|
--group dev \
|
|
black \
|
|
isort \
|
|
'python-lsp-server[rope]' \
|
|
ruff-lsp
|
|
poetry add \
|
|
--group test \
|
|
coverage
|