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 bcbd172 commit 37e5be1Copy full SHA for 37e5be1
mypy/main.py
@@ -447,7 +447,7 @@ def add_invertible_flag(flag: str,
447
title='None and Optional handling',
448
description="Adjust how values of type 'None' are handled. For more context on "
449
"how mypy handles values of type 'None', see: "
450
- "mypy.readthedocs.io/en/latest/kinds_of_types.html#no-strict-optional")
+ "http://mypy.readthedocs.io/en/latest/kinds_of_types.html#no-strict-optional")
451
add_invertible_flag('--no-implicit-optional', default=False, strict_flag=True,
452
help="Don't assume arguments with default values of None are Optional",
453
group=none_group)
0 commit comments