You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not a big mypy user (as in, I've not used it and don't use it) so this isn't a fix that comes easily to me. If you're able to put in a PR to solve the issue, that would be great 🙏🏻
All typing issues should have hopefully been resolved with #126, and will be released in 1.7.
All rich-click decorators will now have full typing parity with click 8.x, meaning if a static type check works in click 8.x then it should also work in rich-click 1.7.
This particular static type checking failure was easy to reproduce on my end, and I have confirmed it has been resolved subsequent to the code changes in #126.
Click used to have this issue with static type checker:
They addressed this issue but when I switched to using
rich-click
, I am getting this error message again when runningmypy
.The text was updated successfully, but these errors were encountered: