aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 0be0b3ff5480ac8e018c8b728a1ebd7a970e4454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[bdist_wheel]
universal = 1

[pytype]
python_version = 3.6
inputs =
    google/
exclude =
    tests/
output = .pytype/
# Workaround for https://github.com/google/pytype/issues/150
disable = pyi-error