We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a2c19c commit 92d7987Copy full SHA for 92d7987
pyproject.toml
@@ -80,7 +80,7 @@ default-groups = "all"
80
[tool.mypy]
81
ignore_missing_imports = true
82
strict = true
83
-enable_error_code = ["deprecated", "explicit-override"]
+enable_error_code = ["deprecated", "exhaustive-match", "explicit-override"]
84
# If certain strict config options are too pedantic for a project,
85
# disable them selectively here by setting to false.
86
0 commit comments