Skip to content

Commit 185371a

Browse files
readd link I accidentally deleted
1 parent 67dd115 commit 185371a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ def add_invertible_flag(
855855
title="None and Optional handling",
856856
description="Adjust how values of type 'None' are handled. For more context on "
857857
"how mypy handles values of type 'None', see: "
858-
".",
858+
"https://mypy.readthedocs.io/en/stable/kinds_of_types.html#no-strict-optional.",
859859
)
860860
add_invertible_flag(
861861
"--implicit-optional",

0 commit comments

Comments
 (0)