We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4739ed8 commit 481d216Copy full SHA for 481d216
pyproject.toml
@@ -88,9 +88,6 @@ disable = [
88
89
[tool.mypy]
90
ignore_missing_imports = true
91
-# TODO: The docs say that this setting is "evil". Maybe not?
92
-# https://mypy.readthedocs.io/en/latest/config_file.html#confval-strict_optional
93
-strict_optional = false
94
disallow_incomplete_defs = true
95
disallow_subclassing_any = true
96
disallow_untyped_calls = true
0 commit comments