Jon Wayne Parrott | 77fb0f2 | 2017-10-18 12:52:35 -0700 | [diff] [blame] | 1 | [bdist_wheel] |
2 | universal = 1 | ||||
Rebecca Chen | 0fce637 | 2018-09-27 10:45:58 -0700 | [diff] [blame] | 3 | |
4 | [pytype] | ||||
5 | python_version = 3.6 | ||||
6 | inputs = | ||||
Tres Seaver | b6fb078 | 2018-12-07 11:12:48 -0500 | [diff] [blame] | 7 | google/ |
Rebecca Chen | 0fce637 | 2018-09-27 10:45:58 -0700 | [diff] [blame] | 8 | exclude = |
9 | tests/ | ||||
Rebecca Chen | a009d7f | 2019-04-02 14:35:27 -0700 | [diff] [blame] | 10 | output = pytype_output/ |
Tim Swast | 0e2f6a3 | 2019-04-29 10:04:19 -0700 | [diff] [blame] | 11 | # Workaround for https://github.com/google/pytype/issues/150 |
12 | disable = pyi-error |