Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
106 stars 28 forks source link

docs: Do not run mypy on the examples when publishing docs #463

Closed cdecker closed 1 month ago

cdecker commented 1 month ago

It's failing to recognize primitives_pb2.Amount and primitives_pb2.AmountOrAny, likely because the types are runtime types and mypy doesn't get it.