Skip to content

Instantly share code, notes, and snippets.

@Kangaroux
Created June 11, 2020 19:10
Show Gist options
  • Save Kangaroux/7678a235c2c74e70d886051908ac171c to your computer and use it in GitHub Desktop.
Save Kangaroux/7678a235c2c74e70d886051908ac171c to your computer and use it in GitHub Desktop.
pip install mypy
# Check a single file
mypy script.py
# Check a folder
mypy src/
# Check a package
mypy -p my_package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment