Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 285 Bytes

mypy-README.md

File metadata and controls

11 lines (9 loc) · 285 Bytes

Optional type checking with mypy

mypy is an optional static typechecker that works with Python 3. To use it, install the following dependencies:

# Install dependencies
pip install mypy mypy-extensions

# Run type checker in the pytorch/ directory
mypy @mypy-files.txt