Skip to content

Commit

Permalink
🔪 regenerate mypy module blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
getsantry[bot] authored Sep 23, 2024
1 parent 04ae5d0 commit d0d1622
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
# - remove the module from the list and fix the issues!
# - python3 -m tools.mypy_helpers.find_easiest_modules
[[tool.mypy.overrides]]
module = [
module = [
"sentry.api.base",
"sentry.api.bases.organization_events",
"sentry.api.bases.organization_request_change",
Expand All @@ -139,7 +139,6 @@
"sentry.api.endpoints.index",
"sentry.api.endpoints.integrations.sentry_apps.details",
"sentry.api.endpoints.integrations.sentry_apps.index",
"sentry.api.endpoints.integrations.sentry_apps.installation.index",
"sentry.api.endpoints.integrations.sentry_apps.internal_app_token.index",
"sentry.api.endpoints.integrations.sentry_apps.publish_request",
"sentry.api.endpoints.integrations.sentry_apps.requests",
Expand Down Expand Up @@ -412,8 +411,8 @@
"tests.sentry.api.test_event_search",
"tests.sentry.eventstore.test_base",
"tests.sentry.issues.test_utils",
]
disable_error_code = [
]
disable_error_code = [
"arg-type",
"assignment",
"attr-defined",
Expand All @@ -430,8 +429,8 @@
"union-attr",
"unreachable",
"var-annotated",
]
# end: sentry modules with typing issues
]
# end: sentry modules with typing issues

# begin: stronger typing
[[tool.mypy.overrides]]
Expand All @@ -450,8 +449,7 @@
"sentry.db.models.manager.*",
"sentry.db.models.paranoia",
"sentry.db.models.utils",
"sentry.deletions",
"sentry.deletions.tasks.groups",
"sentry.deletions.*",
"sentry.digests.notifications",
"sentry.eventstore.reprocessing.redis",
"sentry.eventtypes.error",
Expand Down

0 comments on commit d0d1622

Please sign in to comment.