mypy --exclude tests/ .

Category: Python & pip

mypy --exclude tests/ .

Exclude a directory from type checking

Skips the tests/ directory from type checking — test code often doesn't need strict typing.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.