table of contents
DMYPY_RECHECK(1) | User Commands | DMYPY_RECHECK(1) |
NAME¶
dmypy_recheck - Type check the same files from the previous run
DESCRIPTION¶
usage: dmypy recheck [-h] [-v] [--junit-xml JUNIT_XML]
- [--perf-stats-file PERF_STATS_FILE]
- [--update [FILE [FILE ...]]] [--remove [FILE [FILE ...]]]
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
- --update [FILE [FILE ...]]
- Files in the run to add or check again (default: all from previous run)..
- --remove [FILE [FILE ...]]
- Files to remove from the run
October 2019 | dmypy_recheck 0.740 |