Commit Graph
4 Commits
Author SHA1 Message Date
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