We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a480bb commit d2d29b4Copy full SHA for d2d29b4
changes/8365.enhance.md
@@ -0,0 +1 @@
1
+Enable Pyright reportMatchNotExhaustive for pattern matching exhaustiveness check
pyproject.toml
@@ -303,6 +303,7 @@ exclude = [
303
venvPath = "dist/export/python/virtualenvs/python-default"
304
venv = "3.13.7"
305
typeCheckingMode = "standard"
306
+reportMatchNotExhaustive = "error"
307
308
[tool.pydantic-mypy]
309
init_forbid_extra = true
0 commit comments