| [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 |