Pyright can check exhaustiveness of match statements on unions
Pyright can check exhaustiveness of match statements on unions
Twitter user @DanyX23:
TIL: pyright, the python type checking engine that is used by VS Code, has support for exhaustiveness checking for match statements with union types!
If you add the following to your pyproject.toml, you'll get the attached warning
[tool.pyright] reportMatchNotExhaustive = true
You're viewing a single thread.
View all comments
11
comments
You've viewed 11 comments.
Scroll to top