Bibo-Joshi / pyright-type-completeness

Composite Action to Verify Type Completeness with pyright
MIT License
1 stars 1 forks source link

Add `py-typed-dir` option which puts a `py.typed` marker in the specified directory pre-installation #9

Closed smheidrich closed 1 month ago

smheidrich commented 1 month ago

This PR implements the approach from https://github.com/Bibo-Joshi/pyright-type-completeness/issues/5#issuecomment-2365127301

Not tested yet.