Conversation
|
I like the premise of having simple commands to run for common tasks, but I'm hesitant to introduce another pre-requisite tool that contributors need to install manually. Could |
i wasn't thinking that contributors would have to install it, but that's a good point since ideally this would be a public to contributors thing. i thought it might be fine since the only command in this file now was broken/unused afaik
yes i think so! i could update this to install if not present |
7f76895 to
88aaee9
Compare
|
I like that you can list the available recipes, which makes me think this could be a great tool for reducing friction for contributors as long as we can use it to automate another tool setup. I think you might need to rebase though. |
3717cfc to
e1e60d4
Compare
the
Makefilewas just incorrectly trying to serve docs, so this is not currently used andjustis a nice alternative tomakeIME - any thoughts?install
just» just -l Available recipes: check-uv # Check for uv installation docs # Build and serve documentation install # Install development dependencies clean # Clean upalso removes
.ruff.tomlas corresponding config now lives inpyproject.tomlif you don't have uv installed, you'll see this message (if on macOS)
this PR also removes the old script that the Makefile was trying to use and removes another old script that was currently failing for all of recent past in CI every night