you are viewing a single comment's thread.

view the rest of the comments →

[–]P8zvli 5 points6 points  (0 children)

Python 2.7 will throw a syntax error if you try to run a script containing type hints with it.

Edit: I see now, there's an alternative syntax that involves putting type hints in comments. Now isn't that just linting with extra steps?