yt-python-ci
yt-python-ci copied to clipboard
Modern Python CI
This CI pipeline uses the latest and greatest tooling to run all sorts of checks in a python project.
- UV for python dependency management and virtual environments
- checks
uv.lockfor consistency rufffor lintingrufffor formattingpyrightfor static type checkingpytestfor testingpytest-covfor coverage- building a wheel
Accompanying video is available on YouTube and a write-up at Timnology.io
