File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -466,7 +466,8 @@ The following flags adjust how mypy handles values of type ``None``.
466466 .. warning ::
467467
468468 ``--no-strict-optional `` is evil. Avoid using it and definitely do
469- not use it without understanding what it does.
469+ not use it without understanding what it does. See
470+ :ref: `no-strict-optional ` for more details.
470471
471472
472473.. _configuring-warnings :
Original file line number Diff line number Diff line change @@ -618,15 +618,16 @@ section of the command line docs.
618618 :type: boolean
619619 :default: True
620620
621- Effectively disables checking of optional
621+ If set to `` False ``, effectively disables checking of optional
622622 types and ``None `` values. With this option, mypy doesn't
623623 generally check the use of ``None `` values -- it is treated
624624 as compatible with every type.
625625
626626 .. warning ::
627627
628- ``strict_optional = false `` is evil. Avoid using it and definitely do
629- not use it without understanding what it does.
628+ ``strict_optional = False `` is evil. Avoid using it and definitely do
629+ not use it without understanding what it does. See
630+ :ref: `no-strict-optional ` for more details.
630631
631632
632633Configuring warnings
You can’t perform that action at this time.
0 commit comments