Remembering project where type hints would have been helpful to grok the code I do now mostly like them. They are useful when you come back after days or weeks and try to remember what does this function produce and what does this one actually take in.
And Python always was rather strongly typed, so you anyway had to consider the types. Now you get notes. Which often do help.