Closed ak-gupta closed 3 months ago
In this version, we have
setup.cfg
pyproject.toml
black
isort
flake8
pydocstyle
ruff
pip
uv
edgetest
The switch from pip to uv should not have any user-facing changes, other than any additional global pip configuration.
Description
In this version, we have
setup.cfg
topyproject.toml
,black
/isort
/flake8
/pydocstyle
toruff
for QA checks, andpip
touv
for managing installations into theedgetest
virtual environments.The switch from
pip
touv
should not have any user-facing changes, other than any additional globalpip
configuration.