Non-function typing inspection Follow
I love the Inspection "Type hinting is missing for function definition". However, is there a way to turn this feature on for ALL variable declarations (not just function definitions) i.e.,
a = 1 # generate a warning that type hinting is missing
a: int = 1 # warning disappears
Please sign in to leave a comment.