Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 301 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 301 Bytes

Test

poetry run pytest tests

Regenerate the sdk

Run this from a valid poetry environment:

just sdk

Lint

poetry run black .

Docs

poetry run python -m pydoc -p 0 jinko_helpers

Update changelog

Add an entry at the top of the CHANGELOG.md file.