Looking for a Python IDE with good support of type hints that can:
- Check that those that I add make sense
- Complain when the code written doesn’t use the proper types
- Suggest completions when using functions/methods with such hints
I tried PyCharm Community but it seems to totally ignore them.
Currently on Ubuntu 24.04 if that makes a difference.