Hacker News new | ask | show | jobs
by thenipper 693 days ago
Mypy/pyright aren’t interpreters. They’re basically just linters that you run against Python code to see any typing issues. I don’t mean that dismissively,they’re great tools.