mypy.ini 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. [mypy]
  2. python_version = 3.8
  3. mypy_path = fixtures/mypy-stubs
  4. files = fixtures/mypy-stubs,
  5. src/sentry/analytics/,
  6. src/sentry/api/bases/external_actor.py,
  7. src/sentry/api/bases/organization_events.py,
  8. src/sentry/api/bases/rule.py,
  9. src/sentry/api/endpoints/codeowners/,
  10. src/sentry/api/endpoints/group_events.py,
  11. src/sentry/api/endpoints/group_events_latest.py,
  12. src/sentry/api/endpoints/group_events_oldest.py,
  13. src/sentry/api/endpoints/group_tags.py,
  14. src/sentry/api/endpoints/organization_events_stats.py,
  15. src/sentry/api/endpoints/organization_events_trace.py,
  16. src/sentry/api/endpoints/organization_measurements_meta.py,
  17. src/sentry/api/endpoints/project_app_store_connect_credentials.py,
  18. src/sentry/api/endpoints/team_issue_breakdown.py,
  19. src/sentry/api/endpoints/team_unresolved_issue_age.py,
  20. src/sentry/api/helpers/environments.py,
  21. src/sentry/api/helpers/events.py,
  22. src/sentry/api/helpers/group_index/,
  23. src/sentry/api/serializers/base.py,
  24. src/sentry/api/serializers/models/external_actor.py,
  25. src/sentry/api/serializers/models/integration.py,
  26. src/sentry/api/serializers/models/notification_setting.py,
  27. src/sentry/api/serializers/models/organization.py,
  28. src/sentry/api/serializers/models/organization_member/,
  29. src/sentry/api/serializers/models/releaseactivity.py,
  30. src/sentry/api/serializers/models/team.py,
  31. src/sentry/api/serializers/models/user.py,
  32. src/sentry/api/serializers/types.py,
  33. src/sentry/api/utils.py,
  34. src/sentry/api/validators/external_actor.py,
  35. src/sentry/api/validators/notifications.py,
  36. src/sentry/apidocs/,
  37. src/sentry/constants.py,
  38. src/sentry/db/models/base.py,
  39. src/sentry/db/models/fields/bounded.py,
  40. src/sentry/db/models/fields/foreignkey.py,
  41. src/sentry/db/models/fields/onetoone.py,
  42. src/sentry/db/models/fields/text.py,
  43. src/sentry/db/models/manager/,
  44. src/sentry/db/models/paranoia.py,
  45. src/sentry/db/models/query.py,
  46. src/sentry/db/models/utils.py,
  47. src/sentry/digests/,
  48. src/sentry/dynamic_sampling/,
  49. src/sentry/event_manager.py,
  50. src/sentry/eventstream/base.py,
  51. src/sentry/eventstream/snuba.py,
  52. src/sentry/eventstream/kafka/consumer_strategy.py,
  53. src/sentry/eventstream/kafka/protocol.py,
  54. src/sentry/eventstream/kafka/state.py,
  55. src/sentry/eventstream/kafka/synchronized.py,
  56. src/sentry/features/,
  57. src/sentry/grouping/result.py,
  58. src/sentry/grouping/strategies/base.py,
  59. src/sentry/grouping/strategies/legacy.py,
  60. src/sentry/grouping/strategies/message.py,
  61. src/sentry/grouping/strategies/newstyle.py,
  62. src/sentry/grouping/strategies/security.py,
  63. src/sentry/grouping/strategies/template.py,
  64. src/sentry/grouping/strategies/utils.py,
  65. src/sentry/incidents/charts.py,
  66. src/sentry/ingest/billing_metrics_consumer.py,
  67. src/sentry/integrations/base.py,
  68. src/sentry/integrations/github/,
  69. src/sentry/integrations/slack/,
  70. src/sentry/integrations/message_builder.py,
  71. src/sentry/integrations/utils/atlassian_connect.py,
  72. src/sentry/integrations/utils/code_mapping.py,
  73. src/sentry/integrations/vsts/,
  74. src/sentry/issues/search.py,
  75. src/sentry/killswitches.py,
  76. src/sentry/lang/native/appconnect.py,
  77. src/sentry/mail/notifications.py,
  78. src/sentry/models/debugfile.py,
  79. src/sentry/models/groupsubscription.py,
  80. src/sentry/models/options/,
  81. src/sentry/models/rulefirehistory.py,
  82. src/sentry/notifications/,
  83. src/sentry/ownership/grammar.py,
  84. src/sentry/pipeline/,
  85. src/sentry/processing/realtime_metrics/,
  86. src/sentry/profiles/,
  87. src/sentry/ratelimits/,
  88. src/sentry/relay/config/measurements.py,
  89. src/sentry/relay/config/metric_extraction.py,
  90. src/sentry/release_health/,
  91. src/sentry/replays/consumers/,
  92. src/sentry/roles/manager.py,
  93. src/sentry/rules/,
  94. src/sentry/runner/commands/devserver.py,
  95. src/sentry/runner/commands/devservices.py,
  96. src/sentry/runner/initializer.py,
  97. src/sentry/search/base.py,
  98. src/sentry/search/events/builder.py,
  99. src/sentry/search/events/constants.py,
  100. src/sentry/search/events/types.py,
  101. src/sentry/search/snuba/,
  102. src/sentry/sentry_metrics/,
  103. src/sentry/services/http.py,
  104. src/sentry/services/base.py,
  105. src/sentry/shared_integrations/,
  106. src/sentry/silo/,
  107. src/sentry/snuba/entity_subscription.py,
  108. src/sentry/snuba/outcomes.py,
  109. src/sentry/snuba/query_subscription_consumer.py,
  110. src/sentry/snuba/metrics/fields/histogram.py,
  111. src/sentry/snuba/metrics/fields/base.py,
  112. src/sentry/snuba/metrics/naming_layer/,
  113. src/sentry/snuba/metrics/query.py,
  114. src/sentry/spans/,
  115. src/sentry/tasks/app_store_connect.py,
  116. src/sentry/tasks/low_priority_symbolication.py,
  117. src/sentry/tasks/store.py,
  118. src/sentry/tasks/symbolication.py,
  119. src/sentry/tasks/update_user_reports.py,
  120. src/sentry/tasks/derive_code_mappings.py,
  121. src/sentry/testutils/modelmanifest.py,
  122. src/sentry/testutils/silo.py,
  123. src/sentry/types/region.py,
  124. src/sentry/unmerge.py,
  125. src/sentry/utils/appleconnect/,
  126. src/sentry/utils/assets.py,
  127. src/sentry/utils/hashlib.py,
  128. src/sentry/utils/suspect_resolutions/commit_correlation.py,
  129. src/sentry/utils/suspect_resolutions/metric_correlation.py,
  130. src/sentry/utils/suspect_resolutions/resolved_in_active_release.py,
  131. src/sentry/utils/avatar.py,
  132. src/sentry/utils/codecs.py,
  133. src/sentry/utils/committers.py,
  134. src/sentry/utils/cursors.py,
  135. src/sentry/utils/dates.py,
  136. src/sentry/utils/email/,
  137. src/sentry/utils/event_frames.py,
  138. src/sentry/utils/http.py,
  139. src/sentry/utils/integrationdocs.py,
  140. src/sentry/utils/jwt.py,
  141. src/sentry/utils/kvstore,
  142. src/sentry/utils/metrics.py,
  143. src/sentry/utils/options.py,
  144. src/sentry/utils/outcomes.py,
  145. src/sentry/utils/patch_set.py,
  146. src/sentry/utils/services.py,
  147. src/sentry/utils/time_window.py,
  148. src/sentry/utils/yaml.py,
  149. src/sentry/web/decorators.py,
  150. src/sentry/web/helpers.py,
  151. tests/sentry/eventstream/kafka/test_consumer_strategy.py,
  152. tests/sentry/eventstream/kafka/test_synchronized.py,
  153. tests/sentry/lang/native/test_appconnect.py,
  154. tests/sentry/processing/realtime_metrics/,
  155. tests/sentry/tasks/test_low_priority_symbolication.py,
  156. tests/sentry/utils/appleconnect/,
  157. tools/
  158. show_error_codes = true
  159. ; Enable all options used with --strict
  160. warn_unused_configs=True
  161. disallow_any_generics=True
  162. disallow_subclassing_any=True
  163. disallow_untyped_calls=True
  164. disallow_untyped_defs=True
  165. disallow_incomplete_defs=True
  166. check_untyped_defs=True
  167. disallow_untyped_decorators=True
  168. no_implicit_optional=True
  169. warn_unused_ignores=True
  170. warn_redundant_casts=True
  171. warn_return_any=True
  172. no_implicit_reexport=True
  173. ; Set this to skip until more of the codebase is typed
  174. [mypy-sentry.*]
  175. follow_imports = skip
  176. [mypy-celery.*]
  177. ignore_missing_imports = True
  178. [mypy-confluent_kafka.*]
  179. ignore_missing_imports = True
  180. [mypy-django.*]
  181. ignore_missing_imports = True
  182. [mypy-docker.*]
  183. ignore_missing_imports = True
  184. [mypy-google.*]
  185. ignore_missing_imports = True
  186. [mypy-honcho.*]
  187. ignore_missing_imports = True
  188. [mypy-kombu]
  189. ignore_missing_imports = True
  190. [mypy-mistune.*]
  191. ignore_missing_imports = True
  192. [mypy-parsimonious.*]
  193. ignore_missing_imports = True
  194. [mypy-rb.*]
  195. ignore_missing_imports = True
  196. [mypy-rest_framework.*]
  197. ignore_missing_imports = True
  198. [mypy-sentry_relay.*]
  199. ignore_missing_imports = True
  200. [mypy-toronado]
  201. ignore_missing_imports = True
  202. [mypy-unidiff]
  203. ignore_missing_imports = True
  204. [mypy-msgpack]
  205. ignore_missing_imports = True
  206. [mypy-rapidjson]
  207. ignore_missing_imports = True
  208. # TODO: these cause type errors when followed
  209. [mypy-snuba_sdk.*]
  210. follow_imports = skip
  211. # this package marks itself as typed but has no annotations
  212. [mypy-google.cloud.bigtable.*]
  213. follow_imports = skip
  214. # https://github.com/googleapis/python-api-core/pull/453
  215. [mypy-google.api_core.retry]
  216. follow_imports = skip