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
4 changes: 4 additions & 0 deletions docs/source/config_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,10 @@ section of the command line docs.
from foo import bar
__all__ = ['bar']

Although this option is enabled by default, :confval:`strict` enables
:option:`mypy --no-implicit-reexport`. Set ``implicit_reexport = true``
explicitly if you want to keep implicit reexports when using strict mode.

.. confval:: strict_equality

:type: boolean
Expand Down
Loading