you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 3 years ago*

Yes, in a good dev workflow mypy errors will not pass basic CI tests to get merged. Types are not really a problem in modern Python workflows, you can basically have a better type checker than Java out of the box (which can be improved with static analysis tools). The biggest problem with Python remains performance.

  • source
  • parent