Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix astroid base_nodes imports #9394

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Jan 28, 2024

Description

Similar to pylint-dev/astroid#2366
Statement was moved to astroid.nodes._base_nodes.

Copy link

codecov bot commented Jan 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (51c28bc) 95.81% compared to head (20b39c3) 95.80%.
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #9394      +/-   ##
==========================================
- Coverage   95.81%   95.80%   -0.01%     
==========================================
  Files         173      173              
  Lines       18772    18778       +6     
==========================================
+ Hits        17986    17990       +4     
- Misses        786      788       +2     
Files Coverage Δ
pylint/checkers/typecheck.py 96.62% <100.00%> (+<0.01%) ⬆️
pylint/checkers/utils.py 96.04% <100.00%> (ø)
pylint/checkers/variables.py 97.25% <100.00%> (-0.14%) ⬇️

@cdce8p cdce8p added Skip news 🔇 This change does not require a changelog entry backport maintenance/3.3.x labels Jan 28, 2024
Copy link
Contributor

🤖 Effect of this PR on checked open source code: 🤖

Effect on pytest:
The following messages are no longer emitted:

  1. redefined-variable-type:
    Redefinition of file type from _io.TextIOWrapper to colorama.ansitowin32.StreamWrapper
    https://github.com/pytest-dev/pytest/blob/44bf7a2ec0b52b60089ebd8439f64487df079214/src/_pytest/_io/terminalwriter.py#L75

Effect on pandas:
The following messages are now emitted:

  1. redefined-variable-type:
    Redefinition of exp.index type from pandas.core.indexes.period.PeriodIndex to pandas.core.generic.NDFrame
    https://github.com/pandas-dev/pandas/blob/9e121dbdd6304f76b1b795dc7a771ba79d2e4b7c/pandas/tests/frame/methods/test_to_period.py#L34

Effect on sentry:
The following messages are now emitted:

  1. no-member:
    Class 'ProjectKey' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/event_manager.py#L510
  2. no-member:
    Class 'GroupResolution' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/event_manager.py#L1894
  3. no-member:
    Class 'ProjectOption' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/reprocessing.py#L40
  4. import-error:
    Unable to import 'django.dispatch.dispatcher'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/signals.py#L8
  5. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/signals.py#L8
  6. arguments-renamed:
    Parameter 'o' has been renamed to 'obj' in overriding 'DatetimeSafeDjangoJSONEncoder.default' method
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/backup/helpers.py#L48
  7. import-error:
    Unable to import 'django.core.files.base'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/gcs.py#L10
  8. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/gcs.py#L10
  9. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/gcs.py#L11
  10. missing-function-docstring:
    Missing function or method docstring
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/gcs.py#L170
  11. missing-function-docstring:
    Missing function or method docstring
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/gcs.py#L209
  12. import-error:
    Unable to import 'django.core.files.base'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/s3.py#L51
  13. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/s3.py#L51
  14. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/s3.py#L52
  15. missing-function-docstring:
    Missing function or method docstring
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/s3.py#L155
  16. missing-function-docstring:
    Missing function or method docstring
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/filestore/s3.py#L218
  17. no-name-in-module:
    No name 'executor' in module 'django.db.migrations'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/runner/commands/migrations.py#L37
  18. no-member:
    Class 'UserPermission' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/runner/commands/permissions.py#L59
  19. no-member:
    Class 'File' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/runner/commands/files.py#L23
  20. no-member:
    Class 'File' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/runner/commands/files.py#L43
  21. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/runner/commands/cleanup.py#L30
  22. no-member:
    Class 'ProjectKey' has no 'MultipleObjectsReturned' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/runner/commands/repair.py#L51
  23. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/release_health/tasks.py#L108
  24. no-member:
    Class 'ReleaseProjectEnvironment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/release_health/tasks.py#L108
  25. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/release_health/tasks.py#L150
  26. no-member:
    Class 'Environment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/release_health/tasks.py#L151
  27. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/release_health/tasks.py#L152
  28. no-member:
    Class 'ReleaseEnvironment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/release_health/tasks.py#L153
  29. no-member:
    Class 'Team' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/scim/endpoints/teams.py#L309
  30. no-member:
    Class 'Team' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/scim/endpoints/teams.py#L320
  31. no-member:
    Class 'OrganizationMemberTeam' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/scim/endpoints/teams.py#L373
  32. no-member:
    Class 'OrganizationMember' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/scim/endpoints/teams.py#L466
  33. no-member:
    Class 'Environment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/processor.py#L212
  34. no-member:
    Class 'Environment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_adopted_release_filter.py#L45
  35. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_adopted_release_filter.py#L77
  36. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_adopted_release_filter.py#L107
  37. no-member:
    Class 'Environment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_adopted_release_filter.py#L131
  38. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_adopted_release_filter.py#L199
  39. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/issue_occurrences.py#L45
  40. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/issue_severity.py#L73
  41. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/issue_category.py#L47
  42. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/age_comparison.py#L87
  43. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_release.py#L33
  44. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/rules/filters/latest_release.py#L70
  45. import-error:
    Unable to import 'django.contrib.auth'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/auth.py#L3
  46. import-error:
    Unable to import 'django.contrib.auth'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/customer_domain.py#L7
  47. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/classifications.py#L144
  48. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/classifications.py#L144
  49. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/jira.py#L58
  50. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/github.py#L64
  51. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/github.py#L64
  52. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/discord.py#L118
  53. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/discord.py#L118
  54. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/base.py#L222
  55. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/base.py#L231
  56. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/slack.py#L140
  57. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/slack.py#L144
  58. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/msteams.py#L61
  59. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/msteams.py#L61
  60. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/vsts.py#L45
  61. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/vsts.py#L45
  62. no-member:
    Class 'OrganizationMapping' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/bitbucket.py#L35
  63. no-member:
    Class 'OrganizationMapping' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/plugin.py#L39
  64. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/gitlab.py#L77
  65. no-member:
    Class 'OrganizationIntegration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/middleware/integrations/parsers/gitlab.py#L77
  66. no-member:
    Class 'UserAvatar' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/templatetags/sentry_avatars.py#L32
  67. no-member:
    Class 'ProjectTeam' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/models.py#L97
  68. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_saved_query_detail.py#L47
  69. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_saved_query_detail.py#L65
  70. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_saved_query_detail.py#L107
  71. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_saved_query_detail.py#L143
  72. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_homepage_query.py#L50
  73. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_homepage_query.py#L61
  74. no-member:
    Class 'DiscoverSavedQuery' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/discover/endpoints/discover_homepage_query.py#L109
  75. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/plugins/providers/integration_repository.py#L73
  76. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/plugins/providers/integration_repository.py#L79
  77. no-member:
    Class 'Integration' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/plugins/providers/integration_repository.py#L228
  78. no-name-in-module:
    No name 'commands' in module 'django.core.management'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/management/commands/makemigrations.py#L5
  79. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/dynamic_sampling/rules/helpers/latest_releases.py#L25
  80. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/dynamic_sampling/tasks/boost_low_volume_transactions.py#L167
  81. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/dynamic_sampling/tasks/boost_low_volume_projects.py#L249
  82. import-error:
    Unable to import 'django.dispatch'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/models.py#L14
  83. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/models.py#L14
  84. no-member:
    Class 'Environment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/models.py#L361
  85. no-member:
    Instance of 'FlexibleForeignKey' has no 'guid' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/models.py#L655
  86. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/monitor_ingest_checkin_attachment.py#L3
  87. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L69
  88. no-member:
    Class 'Monitor' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L74
  89. no-member:
    Class 'Environment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L90
  90. no-member:
    Class 'MonitorEnvironment' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L90
  91. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L180
  92. no-member:
    Class 'Monitor' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L180
  93. no-member:
    Class 'Monitor' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L193
  94. no-member:
    Class 'MonitorCheckIn' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/endpoints/base.py#L272
  95. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/monitors/logic/mark_failed.py#L103
  96. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/search/utils.py#L411
  97. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/search/utils.py#L508
  98. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/search/utils.py#L521
  99. no-member:
    Class 'QuerySubscription' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/snuba/tasks.py#L48
  100. no-member:
    Class 'QuerySubscription' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/snuba/tasks.py#L99
  101. no-member:
    Class 'QuerySubscription' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/snuba/tasks.py#L163
  102. no-member:
    Instance of 'SnubaQuery' has no 'snubaqueryeventtype_set' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/snuba/models.py#L52
  103. no-member:
    Class 'QuerySubscription' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/snuba/query_subscriptions/consumer.py#L109
  104. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/buffer/base.py#L78
  105. no-member:
    Class 'GroupSnooze' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/issues/receivers.py#L16
  106. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/issues/ingest.py#L53
  107. import-error:
    Unable to import 'django.dispatch'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/issues/attributes.py#L13
  108. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/issues/attributes.py#L13
  109. no-member:
    Instance of 'FlexibleForeignKey' has no 'type' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/identity.py#L215
  110. no-member:
    Class 'SentryAppInstallationForProvider' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authprovider.py#L192
  111. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectcodeowners.py#L123
  112. no-member:
    Instance of 'LostPasswordHash' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/lostpasswordhash.py#L87
  113. no-member:
    Instance of 'UserIP' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userip.py#L53
  114. no-member:
    Instance of 'GroupOwner' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupowner.py#L82
  115. no-member:
    Instance of 'GroupOwner' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupowner.py#L90
  116. no-member:
    Instance of 'GroupOwner' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupowner.py#L91
  117. no-member:
    Instance of 'GroupOwner' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupowner.py#L93
  118. import-error:
    Unable to import 'django.dispatch'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L18
  119. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L18
  120. no-member:
    Class 'Group' has no '_meta' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L78
  121. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L111
  122. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L123
  123. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L143
  124. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L312
  125. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L315
  126. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L341
  127. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L370
  128. no-member:
    Class 'Group' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L453
  129. no-member:
    Instance of 'FlexibleForeignKey' has no 'slug' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L607
  130. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L608
  131. no-member:
    Instance of 'FlexibleForeignKey' has no 'slug' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L628
  132. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_option' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L631
  133. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L651
  134. no-member:
    Instance of 'FlexibleForeignKey' has no 'flags' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L670
  135. no-member:
    Class 'GroupSnooze' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L719
  136. no-member:
    Instance of 'Group' has no 'first_release_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L784
  137. no-member:
    Instance of 'Group' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L785
  138. no-member:
    Instance of 'FlexibleForeignKey' has no 'version' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L787
  139. no-member:
    Instance of 'Group' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L793
  140. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L831
  141. no-member:
    Instance of 'Group' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L852
  142. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L856
  143. no-member:
    Class 'GroupAssignee' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/group.py#L868
  144. arguments-differ:
    Number of parameters was 3 in 'Model.delete' and is now 2 in overriding 'Actor.delete' method
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/actor.py#L146
  145. import-error:
    Unable to import 'django.dispatch'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/user.py#L15
  146. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/user.py#L15
  147. arguments-differ:
    Number of parameters was 3 in 'Model.delete' and is now 1 in overriding 'User.delete' method
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/user.py#L197
  148. assignment-from-none:
    Assigning result of a function call, where the function returns None
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/user.py#L218
  149. no-member:
    Instance of 'FlexibleForeignKey' has no 'headers' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/debugfile.py#L163
  150. no-member:
    Instance of 'FlexibleForeignKey' has no 'delete' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/debugfile.py#L211
  151. too-many-ancestors:
    Too many ancestors (10/7)
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organization.py#L164
  152. no-member:
    Instance of 'Organization' has no 'member_set' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organization.py#L308
  153. no-member:
    Instance of 'Organization' has no 'member_set' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organization.py#L363
  154. no-member:
    Class 'ProjectOwnership' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectownership.py#L100
  155. no-member:
    Class 'Team' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectownership.py#L283
  156. no-member:
    Class 'RuleActivity' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/rule.py#L88
  157. no-member:
    Instance of 'Rule' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/rule.py#L95
  158. assignment-from-none:
    Assigning result of a function call, where the function returns None
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/rule.py#L100
  159. no-member:
    Instance of 'Rule' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/rule.py#L101
  160. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_allowed_origins' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/apitoken.py#L98
  161. no-member:
    Instance of 'ApiToken' has no 'application_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/apitoken.py#L108
  162. no-member:
    Class 'SentryAppInstallationToken' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/apitoken.py#L149
  163. no-member:
    Class 'GroupInbox' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupinbox.py#L109
  164. no-member:
    Class 'GroupInbox' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupinbox.py#L133
  165. no-member:
    Instance of 'UserPermission' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userpermission.py#L47
  166. no-member:
    Instance of 'UserPermission' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userpermission.py#L52
  167. no-member:
    Instance of 'UserPermission' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userpermission.py#L53
  168. no-member:
    Instance of 'UserPermission' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userpermission.py#L62
  169. too-many-ancestors:
    Too many ancestors (8/7)
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/project.py#L209
  170. no-member:
    Instance of 'ManyToManyField' has no 'all' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/project.py#L390
  171. no-member:
    Instance of 'Project' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/project.py#L424
  172. arguments-differ:
    Number of parameters was 3 in 'Model.delete' and is now 2 in overriding 'Project.delete' method
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/project.py#L631
  173. no-member:
    Instance of 'Project' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/project.py#L636
  174. import-error:
    Unable to import 'django.core.files.base'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/releasefile.py#L15
  175. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/releasefile.py#L15
  176. no-member:
    Class 'ProjectKey' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L140
  177. no-member:
    Instance of 'ProjectKey' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L186
  178. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L191
  179. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L195
  180. no-member:
    Instance of 'ProjectKey' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L209
  181. no-member:
    Instance of 'ProjectKey' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L215
  182. no-member:
    Instance of 'ProjectKey' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L221
  183. no-member:
    Instance of 'ProjectKey' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L227
  184. no-member:
    Instance of 'ProjectKey' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L231
  185. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L260
  186. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectkey.py#L272
  187. no-member:
    Instance of 'UserEmail' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L72
  188. no-member:
    Instance of 'UserEmail' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L77
  189. no-member:
    Instance of 'UserEmail' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L78
  190. no-member:
    Instance of 'FlexibleForeignKey' has no 'email' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L90
  191. no-member:
    Instance of 'UserEmail' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L102
  192. no-member:
    Instance of 'UserEmail' has no '_meta' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L130
  193. no-member:
    Class 'UserEmail' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/useremail.py#L133
  194. no-member:
    Class 'Authenticator' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authenticator.py#L101
  195. no-member:
    Instance of 'Authenticator' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authenticator.py#L170
  196. no-member:
    Instance of 'Authenticator' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authenticator.py#L173
  197. no-member:
    Instance of 'Authenticator' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authenticator.py#L174
  198. no-member:
    Instance of 'FlexibleForeignKey' has no 'email' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authenticator.py#L193
  199. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectteam.py#L70
  200. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/projectteam.py#L70
  201. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L446
  202. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L674
  203. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L814
  204. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L864
  205. no-member:
    Instance of 'ManyToManyField' has no 'all' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L864
  206. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L874
  207. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L887
  208. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L891
  209. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L936
  210. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L964
  211. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L968
  212. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L978
  213. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1000
  214. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1021
  215. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1046
  216. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1059
  217. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1091
  218. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1119
  219. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1187
  220. no-member:
    Instance of 'ManyToManyField' has no 'values_list' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1217
  221. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1245
  222. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1269
  223. no-member:
    Instance of 'Release' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/release.py#L1272
  224. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L46
  225. no-member:
    Instance of 'FlexibleForeignKey' has no 'slug' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L74
  226. no-member:
    Instance of 'OrganizationMemberTeam' has no 'organizationmember_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L75
  227. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_email' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L76
  228. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_all_org_roles_sorted' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L86
  229. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L90
  230. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L103
  231. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L104
  232. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L105
  233. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L107
  234. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmemberteam.py#L109
  235. no-member:
    Instance of 'OrganizationMember' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L343
  236. no-member:
    Instance of 'FlexibleForeignKey' has no 'absolute_url' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L361
  237. no-member:
    Instance of 'FlexibleForeignKey' has no 'slug' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L392
  238. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_scopes' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L528
  239. no-member:
    Instance of 'ManyToManyField' has no 'all' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L536
  240. no-member:
    Instance of 'ManyToManyField' has no 'all' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L552
  241. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_option' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L573
  242. no-member:
    Instance of 'OrganizationMember' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L613
  243. no-member:
    Instance of 'OrganizationMember' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L642
  244. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_members_with_org_roles' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmember.py#L662
  245. no-member:
    Instance of 'FlexibleForeignKey' has no 'update' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/activity.py#L140
  246. no-member:
    Instance of 'FlexibleForeignKey' has no 'update' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/activity.py#L152
  247. no-member:
    Class 'BaseScheduledDeletion' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/scheduledeletion.py#L107
  248. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authidentity.py#L31
  249. no-member:
    Instance of 'AuthIdentity' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authidentity.py#L53
  250. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_display_name' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authidentity.py#L56
  251. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_label' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/authidentity.py#L59
  252. no-member:
    Instance of 'NotificationActionProject' has no 'action_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/notificationaction.py#L168
  253. no-member:
    Class 'OrganizationMember' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/team.py#L87
  254. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/team.py#L149
  255. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/team.py#L149
  256. no-member:
    Instance of 'FlexibleForeignKey' has no 'member_set' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/team.py#L233
  257. no-member:
    Class 'OrganizationMember' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/team.py#L290
  258. no-member:
    Instance of 'AuditLogEntry' has no 'actor_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L86
  259. no-member:
    Instance of 'AuditLogEntry' has no 'actor_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L87
  260. no-member:
    Instance of 'AuditLogEntry' has no 'actor_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L90
  261. no-member:
    Instance of 'FlexibleForeignKey' has no 'key' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L94
  262. no-member:
    Instance of 'AuditLogEntry' has no 'actor_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L115
  263. no-member:
    Instance of 'AuditLogEntry' has no 'actor_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L115
  264. no-member:
    Instance of 'AuditLogEntry' has no 'target_user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L119
  265. no-member:
    Instance of 'AuditLogEntry' has no 'actor_key_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L121
  266. no-member:
    Instance of 'FlexibleForeignKey' has no 'get_display_name' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L162
  267. no-member:
    Instance of 'FlexibleForeignKey' has no 'key' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/auditlogentry.py#L164
  268. import-error:
    Unable to import 'django.dispatch'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/outbox.py#L30
  269. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/outbox.py#L30
  270. no-member:
    Class 'OutboxBase' has no '_meta' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/outbox.py#L438
  271. arguments-differ:
    Variadics removed in overriding 'OutboxBase.save' method
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/outbox.py#L537
  272. no-member:
    Instance of 'GroupSnooze' has no 'group_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L70
  273. no-member:
    Instance of 'FlexibleForeignKey' has no 'issue_category' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L104
  274. no-member:
    Instance of 'GroupSnooze' has no 'group_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L105
  275. no-member:
    Instance of 'FlexibleForeignKey' has no 'project' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L108
  276. no-member:
    Instance of 'GroupSnooze' has no 'group_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L110
  277. no-member:
    Instance of 'FlexibleForeignKey' has no 'issue_category' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L126
  278. no-member:
    Instance of 'GroupSnooze' has no 'group_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L127
  279. no-member:
    Instance of 'FlexibleForeignKey' has no 'project' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L130
  280. no-member:
    Instance of 'GroupSnooze' has no 'group_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupsnooze.py#L132
  281. no-member:
    Class 'OrganizationMapping' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmapping.py#L72
  282. no-member:
    Class 'OrganizationMemberMapping' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationmapping.py#L79
  283. no-member:
    Class 'Release' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupresolution.py#L134
  284. import-error:
    Unable to import 'django.dispatch'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/recentsearch.py#L3
  285. no-name-in-module:
    No name 'dispatch' in module 'django'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/recentsearch.py#L3
  286. no-member:
    Instance of 'NotificationSettingBase' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/notificationsettingbase.py#L28
  287. no-member:
    Class 'File' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/artifactbundle.py#L123
  288. no-member:
    Instance of 'CustomDynamicSamplingRule' has no '_meta' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/dynamicsampling.py#L239
  289. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/dynamicsampling.py#L255
  290. arguments-differ:
    Number of parameters was 3 in 'Model.delete' and is now 2 in overriding 'ApiApplication.delete' method
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/apiapplication.py#L77
  291. no-member:
    Instance of 'ManyToManyField' has no 'values_list' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userrole.py#L48
  292. no-member:
    Instance of 'UserRoleUser' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userrole.py#L82
  293. no-member:
    Instance of 'UserRoleUser' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/userrole.py#L83
  294. no-member:
    Class 'GroupAssignee' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupassignee.py#L215
  295. no-member:
    Instance of 'GroupAssignee' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupassignee.py#L276
  296. no-member:
    Instance of 'GroupAssignee' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupassignee.py#L277
  297. no-member:
    Instance of 'GroupAssignee' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupassignee.py#L287
  298. no-member:
    Instance of 'GroupAssignee' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/groupassignee.py#L288
  299. no-member:
    Instance of 'ApiAuthorization' has no 'application_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/apiauthorization.py#L33
  300. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationaccessrequest.py#L32
  301. no-member:
    Instance of 'FlexibleForeignKey' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationaccessrequest.py#L33
  302. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationaccessrequest.py#L69
  303. no-member:
    Instance of 'FlexibleForeignKey' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationaccessrequest.py#L79
  304. no-member:
    Instance of 'FlexibleForeignKey' has no 'organization' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/organizationaccessrequest.py#L81
  305. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/files/utils.py#L10
  306. import-error:
    Unable to import 'django.core.files.base'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/files/abstractfile.py#L13
  307. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/files/abstractfile.py#L13
  308. import-error:
    Unable to import 'django.core.files.base'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/files/abstractfile.py#L14
  309. no-name-in-module:
    No name 'files' in module 'django.core'
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/files/abstractfile.py#L14
  310. no-member:
    Instance of 'DocIntegrationAvatar' has no 'doc_integration_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/doc_integration_avatar.py#L32
  311. no-member:
    Instance of 'TeamAvatar' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/team_avatar.py#L29
  312. no-member:
    Class 'File' has no '_meta' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/base.py#L76
  313. no-member:
    Class 'AvatarBase' has no '_meta' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/base.py#L146
  314. no-member:
    Instance of 'OrganizationAvatar' has no 'organization_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/organization_avatar.py#L31
  315. no-member:
    Instance of 'SentryAppAvatar' has no 'sentry_app_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/sentry_app_avatar.py#L65
  316. no-member:
    Instance of 'ProjectAvatar' has no 'project_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/project_avatar.py#L29
  317. no-member:
    Instance of 'UserAvatar' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/user_avatar.py#L57
  318. no-member:
    Instance of 'UserAvatar' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/user_avatar.py#L60
  319. no-member:
    Instance of 'UserAvatar' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/user_avatar.py#L61
  320. no-member:
    Instance of 'UserAvatar' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/avatars/user_avatar.py#L91
  321. no-member:
    Instance of 'ExternalActor' has no 'team_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/external_actor.py#L70
  322. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/external_actor.py#L73
  323. no-member:
    Instance of 'FlexibleForeignKey' has no 'id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/external_actor.py#L77
  324. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/external_actor.py#L103
  325. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/external_actor.py#L103
  326. no-member:
    Instance of 'OneToOneField' has no 'outboxes_for_update' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/sentry_app_installation.py#L204
  327. no-member:
    Instance of 'OneToOneField' has no 'user_id' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/sentry_app_installation.py#L231
  328. no-member:
    Class 'ApiToken' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/sentry_app_installation.py#L233
  329. no-member:
    Class 'SentryAppComponent' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/sentry_app_installation.py#L249
  330. no-member:
    Instance of 'Integration' has no 'organizationintegration_set' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/integration.py#L90
  331. no-member:
    Class 'Project' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558b314a47f99056d0411d18d76da7/src/sentry/models/integrations/repository_project_path_config.py#L57
  332. no-member:
    Class 'Organization' has no 'DoesNotExist' member
    https://github.com/getsentry/sentry/blob/a237c39132558...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit 20b39c3

@jacobtylerwalls jacobtylerwalls added this to the 3.0.4 milestone Jan 31, 2024
@jacobtylerwalls jacobtylerwalls merged commit 6062c1d into pylint-dev:main Jan 31, 2024
47 of 48 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 31, 2024
jacobtylerwalls pushed a commit that referenced this pull request Jan 31, 2024
(cherry picked from commit 6062c1d)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
@cdce8p cdce8p deleted the fix-base-nodes-imports branch January 31, 2024 16:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Backported Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants