Open rdbende opened 3 years ago
Pypi publisher action should be marked as complete now
Thanks! I marked it.
Pyright is better imo, mypy needs annotations everywhere making them redundant. Too much type hints can make the real code look ugly and harder to navigate.
That may be true but it makes the code more readable and easier to understand when it comes to functions performed on variables
That may be true but it makes the code more readable and easier to understand when it comes to functions performed on variables
To be honest, I don't agree with this. Sometimes the amount of type annotations that satisfy Mypy makes the code very ugly and hard to read.
Would be nice to have: