Ignore typing for aiohttp_socks

This commit is contained in:
JRoot Junior 2025-02-13 01:10:15 +02:00
parent c07dd19d6e
commit 880d44b05f
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -303,6 +303,7 @@ module = [
"uvloop",
"redis.*",
"babel.*",
"aiohttp_socks.*",
]
ignore_missing_imports = true
disallow_untyped_defs = true