forked from python/mypy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support invoking mypy from setuptools
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
- Loading branch information
Roy Williams
committed
Nov 24, 2015
1 parent
ea1bcfe
commit 848654a
Showing
3 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters