General build configuration improvements - #183
Conversation
Automated Review URLs |
feat: no future 0.6rc1 without version bump feat: update schema store URL feat: use correct schema keys feat: list current version first feat: allow future 0.6rc1 as verion
fix: allow 0.6 as version in 0.6rcX
feat: no future 0.6rc1 without version bump feat: update schema store URL feat: use correct schema keys feat: list current version first feat: allow future 0.6rc1 as verion
Also, skip .venv/, .tox/, _build/, and css files
Also bump version of checkout action on CI
| ## Development | ||
|
|
||
| Use [`just`](https://github.com/casey/just) for common development tasks like building, linting, testing. | ||
| Run `just` to see a list of commands. |
There was a problem hiding this comment.
Let's add the actual command to run/build stuff here. These commands are also mentioned in the contributing section of the repo, so that'll have to be updated there, too.
There was a problem hiding this comment.
Updated in contribute.md. I would prefer not to document all the recipes here to reduce duplication/ potential for drift. The existing docs tells the user how to access the list themselves.
jo-mueller
left a comment
There was a problem hiding this comment.
Looks alright to me. I'm a bit agnostic about the justfile, but just because it's not super common in the Python ecosystem, but that's probably just my bubble. If we add it, installation and usage should be spelled out a bit more clearly.
Co-authored-by: Draga Doncila <ddon0001@student.monash.edu>
|
@clbarnes to add just to contributing file and pyproject.toml |
Also add some useful recipes
Resolves #182
uv run pytestas we only had 1 tox env anywayjust test,just build,just lintetc)