table of contents
DMYPY_CHECK(1) | User Commands | DMYPY_CHECK(1) |
NAME¶
dmypy_check - Type check some Python files with a mypy daemon
DESCRIPTION¶
usage: dmypy check [-h] [-v] [--junit-xml JUNIT_XML]
- [--perf-stats-file PERF_STATS_FILE] FILE [FILE ...]
positional arguments:¶
- FILE
- File (or directory) to check
optional arguments:¶
- -h, --help
- show this help message and exit
- -v, --verbose
- Print detailed status
- --junit-xml JUNIT_XML
- Write junit.xml to the given file
- --perf-stats-file PERF_STATS_FILE
- write telemetry information to the given file
October 2019 | dmypy_check 0.730 |