Skip to content

Commit 7cb5598

Browse files
authored
Enable exhaustive-match Mypy error code (#86)
1 parent 682f52e commit 7cb5598

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
@@ -51,7 +51,7 @@ default-groups = "all"
5151
[tool.mypy]
5252
ignore_missing_imports = true
5353
strict = true
54-
enable_error_code = ["deprecated", "explicit-override"]
54+
enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"]
5555

5656

5757
[tool.ruff]

0 commit comments

Comments
 (0)