Open mikedh opened 8 months ago
Hey @wenbc21 I've been tweaking the types when it affects me but there's no major effort on these. Beartype catches egregious violations in tests, but mypy/pylance would still need quite a bit of work. PR's would be great!
It would be a "nice to have" to someday pass
pyright
. We currently pass all unit tests usingbeartype
ortypeguard
as of #2188 so type hints reflect the values passed in unit tests. I'd like to keep type hint stuff contained to this issue to avoid being overwhelmed, and any PR's fixing any of these are very welcome! Currently:If anyone is interested in contributing a great place to start would be fixing a single file, i.e.: