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 8e2d326 commit e65dfa1Copy full SHA for e65dfa1
docs/source/command_line.rst
@@ -743,12 +743,14 @@ in developing or debugging mypy internals.
743
744
.. option:: --custom-typeshed-dir DIR
745
746
- This flag specifies the directory where mypy looks for typeshed
+ This flag specifies the directory where mypy looks for standard library typeshed
747
stubs, instead of the typeshed that ships with mypy. This is
748
primarily intended to make it easier to test typeshed changes before
749
submitting them upstream, but also allows you to use a forked version of
750
typeshed.
751
752
+ Note that this doesn't affect third-party library stubs.
753
+
754
.. _warn-incomplete-stub:
755
756
.. option:: --warn-incomplete-stub
0 commit comments