blob: 0f15a38268631232eb57a260f795fd19bed3049f [file] [log] [blame]
Jon Wayne Parrott377f2932016-10-04 10:20:36 -07001[bdist_wheel]
2universal = 1
Teddy Sudola10b15e2018-10-05 10:20:33 -07003
4[pytype]
5# Where to start analysis.
6inputs = .
7# Some files aren't worth analyzing, namely tests. Hidden directories (e.g.
8# .tox) are automatically filtered out.
9exclude = tests system_tests
10# All pytype output goes here.
11output = pytype_output
12# Python version (major.minor) of the target code.
13python_version = 3.6
14# Paths to source code directories, separated by ':'.
15pythonpath = .
16# Errors to disable.
17disable = pyi-error