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 4c825e9 commit f1b496cCopy full SHA for f1b496c
mypy/main.py
@@ -785,7 +785,7 @@ def add_invertible_flag(
785
title="None and Optional handling",
786
description="Adjust how values of type 'None' are handled. For more context on "
787
"how mypy handles values of type 'None', see: "
788
- "https://mypy.readthedocs.io/en/stable/kinds_of_types.html#%3Cspan%20class="x x-first x-last">no-strict-optional",
+ "https://mypy.readthedocs.io/en/stable/kinds_of_types.html#%3Cspan%20class="x x-first x-last">optional-types-and-the-none-type",
789
)
790
add_invertible_flag(
791
"--implicit-optional",
0 commit comments