hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
55 stars 29 forks source link

Include annotation-tests in hydra-zen #103

Closed rsokl closed 8 months ago

rsokl commented 8 months ago

hydra-zen uses tests/annotations/ to test pyright against a wide variety of common usage patterns, which have frequently caught regressions in new pyright releases. This PR includes adds these files to the pyright scan of hydra-zen.

See discussion with Eric

hauntsaninja commented 8 months ago

Thank you!