Skip to content

Commit 92d7987

Browse files
authored
Enable exhaustive match type checking (#295)
1 parent 3a2c19c commit 92d7987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ default-groups = "all"
8080
[tool.mypy]
8181
ignore_missing_imports = true
8282
strict = true
83-
enable_error_code = ["deprecated", "explicit-override"]
83+
enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"]
8484
# If certain strict config options are too pedantic for a project,
8585
# disable them selectively here by setting to false.
8686

0 commit comments

Comments
 (0)