control: severity -1 normal There are a number of means to address this:
- set ignore_missing_imports for aiofiles in mypy.ini
[mypy-aiofiles]
ignore_missing_imports = true
- add [stubs] to the offended project, and reference in mypy.ini:
[mypy]
mypy_path: stubs
- add stubs to [typeshed]
Packaging is currently stymied by an upstream transition to using poetry
for the build. That is not currently supported by pybuild.
[stubs]: https://mypy.readthedocs.io/en/stable/stubs.html [typeshed]: https://github.com/python/typeshed
OpenPGP_signature
Description: OpenPGP digital signature

