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 7a45d25 commit 3fc2f80Copy full SHA for 3fc2f80
1 file changed
docs/source/config_file.rst
@@ -837,6 +837,10 @@ section of the command line docs.
837
the item is imported using from-as or is included in ``__all__``. Note that mypy
838
treats stub files as if this is always disabled. For example:
839
840
+ Although this option is enabled by default, :confval:`strict` enables
841
+ :option:`mypy --no-implicit-reexport`. Set ``implicit_reexport = true``
842
+ explicitly if you want to keep implicit reexports when using strict mode.
843
+
844
.. code-block:: python
845
846
# This won't re-export the value
0 commit comments