added aiohttp to mypy ignored

This commit is contained in:
Christoph Stahl 2023-11-01 18:25:47 +01:00
parent 5a754ba6a9
commit 0b438efbf5

View file

@ -35,6 +35,7 @@ venv = ".venv"
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = [ module = [
"aiohttp",
"pytube", "pytube",
"minio", "minio",
"aiocmd", "aiocmd",