Skip to content

Commit 7cf1c3a

Browse files
authored
lint: update exclusions list (#18804)
1 parent 9cfbbf9 commit 7cf1c3a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ cache_dir = "dev/.mypy_cache"
6666
module = [
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

Comments
 (0)