Thanks to visit codestin.com Credit goes to github.com
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 0885d85 commit 924bc68Copy full SHA for 924bc68
1 file changed
README.md
@@ -110,9 +110,13 @@ programs, even if mypy reports type errors:
110
python3 PROGRAM
111
112
You can also try mypy in an [online playground](https://mypy-play.net/) (developed by
113
-Yusuke Miyazaki).
+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
117
118
[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
120
121
122
Integrations
0 commit comments