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.
MYPYPATH
1 parent b031f1c commit 91a6613Copy full SHA for 91a6613
docs/source/running_mypy.rst
@@ -480,7 +480,7 @@ First, mypy has its own search path.
480
This is computed from the following items:
481
482
- The ``MYPYPATH`` environment variable
483
- (a colon-separated list of directories).
+ (a list of directories, colon-separated on UNIX systems, semicolon-separated on Windows).
484
- The :confval:`mypy_path` config file option.
485
- The directories containing the sources given on the command line
486
(see :ref:`Mapping file paths to modules <mapping-paths-to-modules>`).
0 commit comments