aboutsummaryrefslogtreecommitdiff
path: root/mypy.ini
blob: 5663b40df9340f53283e1be66496d2d9665464e3 (plain)
1
2
3
4
5
6
7
[mypy]
python_version = 3.6
namespace_packages = True
ignore_missing_imports = True

[mypy-google.protobuf]
ignore_missing_imports = True