Skip to content

Commit

Permalink
Advertise mypy daemon in README (#14248)
Browse files Browse the repository at this point in the history
Now that daemon is more mature and stable I think we can attract some
more attention to it.
  • Loading branch information
ilevkivskyi authored Dec 5, 2022
1 parent 0885d85 commit 924bc68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,13 @@ programs, even if mypy reports type errors:
python3 PROGRAM

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

dmypy run -- PROGRAM

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


Integrations
Expand Down

0 comments on commit 924bc68

Please sign in to comment.