blob: 65254d734c51771a970351552ca2e305bae9bc8f [file] [log] [blame]
[mypy]
# This should be the oldest supported release of Python
# https://devguide.python.org/#status-of-python-branches
python_version = 3.5
# Third-Party packages without Stub files
# https://mypy.readthedocs.io/en/latest/stubs.html
[mypy-pkginfo.*]
ignore_missing_imports = True