Skip to content

Commit 924bc68

Browse files
authored
Advertise mypy daemon in README (#14248)
Now that daemon is more mature and stable I think we can attract some more attention to it.
1 parent 0885d85 commit 924bc68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,13 @@ programs, even if mypy reports type errors:
110110
python3 PROGRAM
111111

112112
You can also try mypy in an [online playground](https://mypy-play.net/) (developed by
113-
Yusuke Miyazaki).
113+
Yusuke Miyazaki). If you are working with large code bases, you can run mypy in
114+
[daemon mode], that will give much faster (often sub-second) incremental updates:
115+
116+
dmypy run -- PROGRAM
114117

115118
[statically typed parts]: https://mypy.readthedocs.io/en/latest/getting_started.html#function-signatures-and-dynamic-vs-static-typing
119+
[daemon-mode]: https://mypy.readthedocs.io/en/stable/mypy_daemon.html
116120

117121

118122
Integrations

0 commit comments

Comments
 (0)