Skip to content

Commit 481d216

Browse files
committed
lint: remove "evil" mypy setting
1 parent 4739ed8 commit 481d216

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ disable = [
8888

8989
[tool.mypy]
9090
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
9491
disallow_incomplete_defs = true
9592
disallow_subclassing_any = true
9693
disallow_untyped_calls = true

0 commit comments

Comments
 (0)