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 d8915a2 commit 77a5cbbCopy full SHA for 77a5cbb
1 file changed
docs/source/running_mypy.rst
@@ -394,10 +394,10 @@ to your mypy command to install all known missing stubs:
394
mypy --install-types
395
396
This is slower than explicitly installing stubs, since it effectively
397
-runs mypy twice — the first time to find the missing stubs, and
+runs mypy twice -- the first time to find the missing stubs, and
398
the second time to type check your code properly after mypy has
399
installed the stubs. It also can make controlling stub versions harder,
400
-resulting in less reproducible type checking — it might even install
+resulting in less reproducible type checking -- it might even install
401
incompatible versions of your project's non-type dependencies, if the
402
type stubs require them!
403
0 commit comments