Skip to content

Commit 935edf5

Browse files
committed
1 parent 4b99f5f commit 935edf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ strict = true
5858
# https://mypy.readthedocs.io/en/stable/changelog.html#mypy-1-12
5959
local_partial_types = true
6060
pretty = true
61-
enable_error_code = ["ignore-without-code"]
61+
enable_error_code = ["ignore-without-code", "exhaustive-match"]
6262

6363
[[tool.mypy.overrides]]
6464
module = "tests.*"

0 commit comments

Comments
 (0)