Commit Graph
7 Commits
Author SHA1 Message Date
Martin DeMello 2935017157 Add multiprocessing.dummy pyi files (#2059) 2018-04-18 19:20:01 -07:00
Martin DeMello aeb1aa4899 add requirements.txt to travis config (#2062) 2018-04-17 14:15:58 -07:00
Martin DeMello b0d5a2100e add progress monitoring (#1945) 2018-03-08 15:37:45 -08:00
Martin DeMello 60dc2e2408 Clean up the pytype blacklist. (#1851) 2018-02-06 15:41:47 -08:00
Martin DeMello 754789b031 modify pytype_test to run from within pytype too, and support python3 (#1817) 2018-01-22 12:18:58 -08:00
Martin DeMello 817c270c32 Clean out the pytype blacklist (#1667) 2017-10-24 10:38:34 -07:00
Martin DeMello d389ef3d85 Remove a few files from the pytype blacklist. (#1628)
Fixes the following issues:

* Literals rather than ... for default values
* None rather than ... for default value of typed variable
* Literals rather than ... # type for top level constants
* # Foo rather than # type: Foo
* return value of init not set to None
2017-09-27 07:57:13 -07:00