Closed jherland closed 4 months ago
Making use of newer and faster tools to speed up our test runs and improve the developer experience:
ruff
pylint
black
uv
pip
lint
nox[uv]
install_deps
Making use of newer and faster tools to speed up our test runs and improve the developer experience:
ruff
to replacepylint
andblack
.uv
to replacepip
.Tasks
ruff
(PR #424)ruff
to replacepylint
(PR #425)pylint
(PR #426)lint
pipeline to only run once (instead of once per Python version) (added to PR #426)ruff
to replaceblack
(PR #427)black
(PR #427)uv
(added vianox[uv]
in PR #432)uv
instead ofpip
where applicable (PR #432):pip
our test suiteuv
with fallback topip
in ourinstall_deps
logic.