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 79a769a commit fbf67f7Copy full SHA for fbf67f7
1 file changed
docs/source/config_file.rst
@@ -618,10 +618,10 @@ section of the command line docs.
618
:type: boolean
619
:default: True
620
621
- Effectively disables checking of optional
622
- types and ``None`` values. With this option, mypy doesn't
623
- generally check the use of ``None`` values -- it is treated
624
- 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.
625
626
.. warning::
627
0 commit comments