exhaustive-match
1 parent 682f52e commit 7cb5598Copy full SHA for 7cb5598
1 file changed
pyproject.toml
@@ -51,7 +51,7 @@ default-groups = "all"
51
[tool.mypy]
52
ignore_missing_imports = true
53
strict = true
54
-enable_error_code = ["deprecated", "explicit-override"]
+enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"]
55
56
57
[tool.ruff]
0 commit comments