We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07a90a commit a3b62b5Copy full SHA for a3b62b5
mypy/main.py
@@ -864,7 +864,7 @@ def add_invertible_flag(
864
title="None and Optional handling",
865
description="Adjust how values of type 'None' are handled. For more context on "
866
"how mypy handles values of type 'None', see: "
867
- "https://mypy.readthedocs.io/en/stable/kinds_of_types.html#optional-types-and-the-none-type",
+ "https://mypy.readthedocs.io/en/stable/kinds_of_types.html#optional-types-and-the-none-type.",
868
)
869
add_invertible_flag(
870
"--implicit-optional",
0 commit comments