commands.sh

dmypy

all

Type check Python code, running `mypy` as a daemon for better speed. See also: `mypy`.

More info →

Examples (4)

Type check a file, and start the daemon if it is not running

dmypy run -- path/to/file.py

Start the daemon

dmypy start

Type check a file (requires the daemon to be running)

dmypy check -- path/to/file.py

Stop the daemon

dmypy stop
made by @shridhargupta | data from tldr-pages