Citing #2593 (comment)
I would feel more comfortable adding an autoupdater for py-rattler pinnings if we had type checking as mentioned in #2589 (comment)
In the current state of this repo, probably all occurrences of py-rattler are covered by unit tests(?) so we would catch issues in the PR anyway but if py-rattler usage grows, there might be some hidden branches that are not covered by the testing suite and latest then I think type checking is needed.
(I'm in general a fan of being able to see the types of something when working within my IDE, if this is properly supported in the project through type checkers, I'm all for it)
Citing #2593 (comment)
I would feel more comfortable adding an autoupdater for py-rattler pinnings if we had type checking as mentioned in #2589 (comment)
In the current state of this repo, probably all occurrences of py-rattler are covered by unit tests(?) so we would catch issues in the PR anyway but if py-rattler usage grows, there might be some hidden branches that are not covered by the testing suite and latest then I think type checking is needed.
(I'm in general a fan of being able to see the types of something when working within my IDE, if this is properly supported in the project through type checkers, I'm all for it)