@@ -66,10 +66,9 @@ cache_dir = "dev/.mypy_cache"
6666module = [
6767 " bpython.*" , # https://github.com/bpython/bpython/issues/892
6868 " 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
7372 " forcediphttpsadapter.*" ,
7473 " IPython.*" , # has types, but only installed in dev
7574 " packaging_legacy.*" , # https://github.com/di/packaging_legacy/pull/5
@@ -86,7 +85,6 @@ module = [
8685 " requests_aws4auth.*" , # https://github.com/tedder/requests-aws4auth/issues/53
8786 " rfc3986.*" , # https://github.com/python-hyper/rfc3986/issues/122
8887 " transaction.*" ,
89- " ua_parser.*" , # https://github.com/ua-parser/uap-python/issues/110
9088 " venusian.*" ,
9189 " whitenoise.*" , # https://github.com/evansd/whitenoise/pull/410
9290 " zope.sqlalchemy.*" ,
0 commit comments