Skip to content

Conversation

rowillia
Copy link
Owner

By default, this will typecheck all of the package modules.
We still need to figure out how to handle third-party modules.
Passing in --mypy-args="--use-python-path" will also include
any dependent modules, but nearly all of them fail to typecheck.

This will fix python#992

By default, this will typecheck all of the package modules.
We still need to figure out how to handle third-party modules.
Passing in `--mypy-args="--use-python-path"` will also include
any dependent modules, but nearly all of them fail to typecheck.

This will fix python#992
rowillia added a commit that referenced this pull request Nov 25, 2015
Support invoking mypy from setuptools
@rowillia rowillia merged commit 1529da9 into master Nov 25, 2015
@robertoyoc
Copy link

@rowillia Is there any documentation about how to use it?
I've been trying to figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a setup.py command as a way to invoke mypy
2 participants