#mkdocstrings — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #mkdocstrings, aggregated by home.social.
-
I just switched #mkdocstrings to my #Copier #uv template. It now uses uv instead of #PDM.
Since dependency resolution and installation is much faster, I don't even bother grouping dependencies by use (docs, tests, etc.), and install everything in each CI job.
Since it's faster, I've also removed the limit on the maximum number of parallel jobs (previously it was set to 4).
Result: CI runs 4x faster (around 2min instead of 8min). Neat 🙂