Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 622 Bytes

File metadata and controls

50 lines (32 loc) · 622 Bytes

Contributing

Tests

Run the test suite:

pytest

Style

Format and lint the code:

ruff format
ruff check --fix
lintquarto

Documentation

Docs are built with great-docs.

Build preview locally:

great-docs build && great-docs preview

Watch for changes and rebuild automatically:

great-docs build --watch

All-contributors

Install the All-contributors CLI tool:

npm i -D all-contributors-cli

Add or amend contributors:

npx all-contributors