mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 09:19:32 -05:00
0a3ad9e3f7
* lint * lint * fix lockfile * py test * improved cancellation signaling * feedback * exit early * cleanup * cleanup * rm unused * chore: lint py * Chore: Fix Python linters, regenerate (#2966) * chore: regenerate python * chore: bump and pin linter versions * chore: run the linters * fix: replace deprecated `grpc-stubs` with `types-grpcio` * chore: add some fixmes * chore: fix grpc version * fix: patched file import order * lint * revert: go whitespace * chore: feedback round i * chore: feedback ii * chore: feedback * chore: lint * release: 1.25.0 * revert: worker to main --------- Co-authored-by: matt <mrkaye97@gmail.com>
Hatchet Examples
Contributing
These examples are generated from SDK source where they include, to contribute updates to these docs please make these changes in the sdk source:
- Typescript: ../sdks/typescript/src/v1/examples
- Python: ../sdks/python/examples
- Go: ../pkg/examples
Comment Markup
We use a special comment markup to generate code snips for our docs. Markups support single line comments in typescript/go // or python #.
Blocks
// > Block Title
BLOCK CONTENT
// !!
Highlights
HH-name 1 hello
hello world
Where 1 is the number of lines to highlight and hello are strings to specifically highlight.