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 67dd115 commit 185371aCopy full SHA for 185371a
mypy/main.py
@@ -855,7 +855,7 @@ def add_invertible_flag(
855
title="None and Optional handling",
856
description="Adjust how values of type 'None' are handled. For more context on "
857
"how mypy handles values of type 'None', see: "
858
- ".",
+ "https://mypy.readthedocs.io/en/stable/kinds_of_types.html#no-strict-optional.",
859
)
860
add_invertible_flag(
861
"--implicit-optional",
0 commit comments