Ask HN: Is there a good PyCharm setup for Pyright?
Our Python team has been going down the road of strict static type checking using Pyright. To me, it looks like a better option than MyPy for us given the differences[0].
However, we are a mixed IDE shop and some of our developers really like PyCharm. I've been searching around for a nice plugin or something for them to use Pyright inside of PyCharm. But that doesn't seem to exist. Has anyone successfully used Pyright inside of PyCharm? It would be nice if there was more immediate feedback than waiting for pre-commit to catch your errors.
[0]: https://github.com/microsoft/pyright/blob/main/docs/mypy-comparison.md
No comments yet.