Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/config_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,10 @@ section of the command line docs.
:type: boolean
:default: True

Effectively disables checking of optional
types and ``None`` values. With this option, mypy doesn't
generally check the use of ``None`` values -- it is treated
as compatible with every type.
When set to ``false``, this option effectively disables checking
of optional types and ``None`` values. With this option, mypy
doesn't generally check the use of ``None`` values -- it is
treated as compatible with every type.

.. warning::

Expand Down
Loading