We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0917d commit 43d8827Copy full SHA for 43d8827
docs/source/command_line.rst
@@ -68,7 +68,7 @@ for full details, see :ref:`running-mypy`.
68
Note that mypy will never recursively discover files and directories named
69
"site-packages", "node_modules" or "__pycache__", or those whose name starts
70
with a period, exactly as ``--exclude
71
- '/(site-packages|node_modules|__pycache__|\..*)$'`` would. Mypy will also
+ '/(site-packages|node_modules|__pycache__|\..*)/$'`` would. Mypy will also
72
never recursively discover files with extensions other than ``.py`` or
73
``.pyi``.
74
0 commit comments