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 ebd0479 commit 051c8f3Copy full SHA for 051c8f3
docs/source/running_mypy.rst
@@ -376,7 +376,8 @@ This is computed from the following items:
376
377
For sources given on the command line, the path is adjusted by crawling
378
up from the given file or package to the nearest directory that does not
379
-contain an ``__init__.py`` or ``__init__.pyi`` file.
+contain an ``__init__.py`` or ``__init__.pyi`` file. If the given path
380
+is relative, it will only crawl as far as the current working directory.
381
382
Second, mypy searches for stub files in addition to regular Python files
383
and packages.
0 commit comments