Skip to content

Instantly share code, notes, and snippets.

@zachmullen
Created August 10, 2020 15:39
Show Gist options
  • Save zachmullen/71f0d7462cbb2e2587155e1a4e8f4e42 to your computer and use it in GitHub Desktop.
Save zachmullen/71f0d7462cbb2e2587155e1a4e8f4e42 to your computer and use it in GitHub Desktop.
tox.ini blurb
[testenv:typecheck]
skip_install = true
deps = mypy
commands = mypy --ignore-missing-imports your_package_name
@zachmullen
Copy link
Author

Run during CI with tox -e typecheck, or add to your envlist and have it run via tox.

@mgrauer
Copy link

mgrauer commented Aug 10, 2020

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment