X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e74117f172e29e8a980e2c9de929ad50d3769150..3b2297f6fdf5915f8d5409d6e7bb1fb92eb26bc4:/mypy.ini diff --git a/mypy.ini b/mypy.ini index 8fa7236..841b600 100644 --- a/mypy.ini +++ b/mypy.ini @@ -29,3 +29,6 @@ check_untyped_defs=True # No incremental mode cache_dir=/dev/null + +[mypy-aiohttp.*] +follow_imports=skip