@@ -66,10 +66,9 @@ cache_dir = "dev/.mypy_cache"
66
66
module = [
67
67
" bpython.*" , # https://github.com/bpython/bpython/issues/892
68
68
" b2sdk.*" , # https://github.com/Backblaze/b2-sdk-python/issues/148
69
- " celery.app.backends.*" ,
70
- " celery.backends.redis.*" ,
71
- " github_reserved_names.*" , # https://github.com/Julian/github-reserved-names/pull/10
72
- " google.cloud.*" ,
69
+ " celery.app.backends.*" , # https://github.com/celery/celery/issues/7394
70
+ " celery.backends.redis.*" , # https://github.com/celery/celery/issues/7394
71
+ " google.cloud.storage.*" , # https://github.com/googleapis/python-storage/issues/393
73
72
" forcediphttpsadapter.*" ,
74
73
" IPython.*" , # has types, but only installed in dev
75
74
" packaging_legacy.*" , # https://github.com/di/packaging_legacy/pull/5
@@ -86,7 +85,6 @@ module = [
86
85
" requests_aws4auth.*" , # https://github.com/tedder/requests-aws4auth/issues/53
87
86
" rfc3986.*" , # https://github.com/python-hyper/rfc3986/issues/122
88
87
" transaction.*" ,
89
- " ua_parser.*" , # https://github.com/ua-parser/uap-python/issues/110
90
88
" venusian.*" ,
91
89
" whitenoise.*" , # https://github.com/evansd/whitenoise/pull/410
92
90
" zope.sqlalchemy.*" ,
0 commit comments