File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -837,10 +837,6 @@ section of the command line docs.
837837 the item is imported using from-as or is included in ``__all__ ``. Note that mypy
838838 treats stub files as if this is always disabled. For example:
839839
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-
844840 .. code-block :: python
845841
846842 # This won't re-export the value
@@ -851,6 +847,10 @@ section of the command line docs.
851847 from foo import bar
852848 __all__ = [' bar' ]
853849
850+ Although this option is enabled by default, :confval: `strict ` enables
851+ :option: `mypy --no-implicit-reexport `. Set ``implicit_reexport = true ``
852+ explicitly if you want to keep implicit reexports when using strict mode.
853+
854854.. confval :: strict_equality
855855
856856 :type: boolean
You can’t perform that action at this time.
0 commit comments