Skip to content

Commit d2d29b4

Browse files
authored
feat(BA-4093): Enable Pyright reportMatchNotExhaustive for pattern matching exhaustiveness check (#8365)
1 parent 8a480bb commit d2d29b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changes/8365.enhance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable Pyright reportMatchNotExhaustive for pattern matching exhaustiveness check

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ exclude = [
303303
venvPath = "dist/export/python/virtualenvs/python-default"
304304
venv = "3.13.7"
305305
typeCheckingMode = "standard"
306+
reportMatchNotExhaustive = "error"
306307

307308
[tool.pydantic-mypy]
308309
init_forbid_extra = true

0 commit comments

Comments
 (0)