formbio / laava

LAAVA: Long-read AAV Analysis
MIT License
5 stars 0 forks source link

Python type annotations and static type checking #21

Open etal opened 1 month ago

etal commented 1 month ago

Annotate Python function definitions (at least) with type information.

Set up GHA to run static type checks with e.g. ruff check or pyright.