Y
Hacker News
new
|
ask
|
show
|
jobs
by
bpshaver
391 days ago
Even better, run `mypy` as part of your LSP setup and you don't even need to wait to run `mypy` to see type errors! If I make a mistake I want to be notified
immediately.
1 comments
IshKebab
390 days ago
Just use VSCode with Pylance. Much better than Mypy.
link
bpshaver
390 days ago
Not a VS Code user
link
IshKebab
390 days ago
You can use Pyright still for errors in other editors. It's better than Mypy.
link
bpshaver
390 days ago
I'm aware, but you said Pylance, which to my knowledge is just the VS Code extension.
I'm satisfied with Mypy but curious to someday try other type checkers. Pyright is on the list.
link