Skip to content

Commit a79f1aa

Browse files
authored
Remove outdated paragraph about dmypy not supporting follow-imports=normal (#9715)
#8930 presumably forgot to remove this paragraph at the bottom of the page.
1 parent bb3306e commit a79f1aa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/source/mypy_daemon.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,6 @@ command.
246246
.. TODO: Add similar sections about go to definition, find usages, and
247247
reveal type when added, and then move this to a separate file.
248248
249-
Limitations
250-
***********
251-
252-
* You have to use either the :option:`--follow-imports=error <mypy --follow-imports>` or
253-
the :option:`--follow-imports=skip <mypy --follow-imports>` option because of an implementation
254-
limitation. This can be defined
255-
through the command line or through a
256-
:ref:`configuration file <config-file>`.
257249
258250
.. _watchman: https://facebook.github.io/watchman/
259251
.. _watchdog: https://pypi.org/project/watchdog/

0 commit comments

Comments
 (0)