pylint
pylint copied to clipboard
Fix a false positive for ``missing-param-doc``
Type of Changes
| Type | |
|---|---|
| β | :bug: Bug fix |
| :sparkles: New feature | |
| :hammer: Refactoring | |
| :scroll: Docs |
Description
Fix a false positive for missing-param-doc where a method which is decorated with typing.overload was expected to have a docstring specifying its parameters.
Closes #9739
π€ Effect of this PR on checked open source code: π€
Effect on music21: The following messages are now emitted:
- invalid-name: Attribute name "id" doesn't conform to '[a-z_][A-Za-z0-9_]{2,30}$' pattern https://github.com/cuthbertLab/music21/blob/204e9d0b9eec2f2d6ff8d8d3b13c41f912050604/music21/base.py#L577
The following messages are no longer emitted:
- invalid-name: Attribute name "id" doesn't conform to '[a-z_][A-Za-z0-9_]{2,30}$' pattern https://github.com/cuthbertLab/music21/blob/204e9d0b9eec2f2d6ff8d8d3b13c41f912050604/music21/prebase.py#L293
Effect on pytest: The following messages are no longer emitted:
- redefined-variable-type: Redefinition of file type from _io.TextIOWrapper to colorama.ansitowin32.StreamWrapper https://github.com/pytest-dev/pytest/blob/fe4961afae91f3c259b30690eb39cefe867acea2/src/_pytest/_io/terminalwriter.py#L83
Effect on sentry: The following messages are now emitted:
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/sdk_updates.py#L7
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/sdk_updates.py#L7
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L14
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L14
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L539
- no-member: Class 'GroupResolution' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L2148
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/auth.py#L72
- no-member: Class 'AppConnectBuild' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/app_store_connect.py#L132
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/assemble.py#L386
- no-member: Class 'ReleaseFile' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/assemble.py#L461
- no-member: Class 'GroupOwner' has no 'MultipleObjectsReturned' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L106
- no-member: Class 'Commit' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L127
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L133
- no-member: Class 'ServiceHook' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/servicehooks.py#L39
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/check_new_issue_threshold_met.py#L71
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/commits.py#L76
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/commits.py#L91
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L45
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L163
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L347
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L355
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/email.py#L32
- no-member: Class 'AuthIdentity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/check_auth.py#L90
- no-member: Class 'RelocationValidation' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relocation.py#L620
- no-member: Class 'RelocationValidationAttempt' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relocation.py#L639
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/merge.py#L61
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/merge.py#L85
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/post_process.py#L612
- no-member: Class 'GroupSnooze' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/post_process.py#L893
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/release_registry.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/release_registry.py#L4
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/digests.py#L57
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/activity.py#L36
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/clear_expired_resolutions.py#L27
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/repository.py#L22
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/sentry_apps.py#L303
- no-member: Class 'ServiceHook' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/sentry_apps.py#L365
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L19
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L23
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L32
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L156
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L177
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L186
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_outbound.py#L17
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_outbound.py#L33
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L26
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L31
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L65
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L27
- no-member: Class 'OrganizationIntegration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L27
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L37
- no-member: Class 'OrganizationIntegration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L39
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_metadata.py#L14
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L21
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L22
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L24
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/create_comment.py#L22
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/create_comment.py#L32
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_issues.py#L20
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_issues.py#L30
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/vsts/subscription_check.py#L20
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_rule.py#L41
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_alert_rule.py#L42
- no-member: Class 'AlertRule' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_alert_rule.py#L54
- no-member: Class 'PullRequest' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L419
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L428
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L436
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L147
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L163
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L184
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L256
- no-member: Class 'RepositoryProjectPathConfig' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/update_code_owners_schema.py#L60
- no-member: Class 'ProjectCodeOwners' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/update_code_owners_schema.py#L60
- no-member: Class 'Commit' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/code_owners_auto_sync.py#L20
- import-error: Unable to import 'django.contrib.sessions.backends.base' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L11
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L12
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L12
- no-name-in-module: No name 'static' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/urls.py#L67
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/api.py#L2
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/api.py#L31
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/forms/accounts.py#L10
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/js_sdk_loader.py#L175
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L98
- no-member: Class 'ApiAuthorization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L163
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L227
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/account_identity.py#L4
- no-member: Class 'IdentityProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/account_identity.py#L21
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/release_webhook.py#L8
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/release_webhook.py#L71
- no-name-in-module: No name 'static' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/generic.py#L8
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_logout.py#L1
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L6
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L7
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L78
- no-member: Class 'ApiGrant' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L110
- no-member: Class 'ApiToken' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L148
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/idp_email_verification.py#L38
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/group_event_json.py#L19
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L10
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L23
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L257
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L654
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/reactivate_account.py#L3
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_organization_login.py#L7
- no-member: Class 'AuthProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_organization_login.py#L82
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/csrf_failure.py#L6
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L5
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L6
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L11
- no-member: Class 'LostPasswordHash' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L186
- no-member: Class 'LostPasswordHash' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L188
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L304
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L343
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L344
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L9
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L15
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L256
- no-member: Class 'AuthProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L261
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/mailgun_inbound_webhook.py#L10
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_channel_login.py#L3
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_channel_login.py#L39
- no-member: Class 'OrganizationMember' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/disabled_member_view.py#L28
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/error_page_embed.py#L11
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/error_page_embed.py#L86
- no-member: Class 'Environment' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/group_tag_export.py#L30
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/debug/mail.py#L23
- no-member: Class 'OrganizationOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/mixin.py#L83
- no-member: Class 'OrganizationOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/mixin.py#L120
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/schema.py#L1
- abstract-method: Method 'prepare_default' is abstract in class 'BaseDatabaseSchemaEditor' but is not overridden in child class 'SafePostgresDatabaseSchemaEditor' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/schema.py#L65
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L6
- no-member: Super of 'DatabaseWrapper' has no '_set_isolation_level' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L104
- arguments-differ: Number of parameters was 3 in 'Model.delete' and is now 1 in overriding 'ParanoidModel.delete' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/paranoia.py#L37
- no-member: Instance of 'BaseModel' has no '_meta' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/base.py#L95
- no-member: Class 'BaseModel' has no '_meta' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/base.py#L211
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'get_cache_name' is abstract in class 'FieldCacheMixin' but is not overridden in child class 'OneToOneCascadeDeletes' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/onetoone.py#L9
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'ArrayField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/array.py#L26
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'JSONField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L63
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'as_sql' is abstract in class 'BaseExpression' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- too-many-ancestors: Too many ancestors (8/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- too-many-ancestors: Too many ancestors (9/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'as_sql' is abstract in class 'BaseExpression' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- too-many-ancestors: Too many ancestors (8/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- too-many-ancestors: Too many ancestors (9/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- arguments-renamed: Parameter 'model_instance' has been renamed to 'instance' in overriding 'UUIDField.pre_save' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/uuid.py#L113
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'UUIDField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/uuid.py#L129
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CITextField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L15
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CICharField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L21
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CIEmailField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L27
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/text.py#L18
- abstract-method: Method 'get_cache_name' is abstract in class 'FieldCacheMixin' but is not overridden in child class 'FlexibleForeignKey' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/foreignkey.py#L11
- no-member: Class 'WebhookPayload' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/tasks/deliver_webhooks.py#L130
- no-member: Class 'WebhookPayload' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/tasks/deliver_webhooks.py#L208
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L5
- unsupported-membership-test: Value 'self.get_scopes()' doesn't support membership test https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/orgauthtokenreplica.py#L53
- no-member: Instance of 'TextField' has no 'split' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/apikeyreplica.py#L47
- no-member: Instance of 'TextField' has no 'split' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/apitokenreplica.py#L52
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/region_organization_provisioning/impl.py#L182
- no-member: Class 'OrganizationMember' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L82
- no-member: Class 'OrganizationMemberMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L95
- no-member: Class 'OrganizationSlugReservation' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L120
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/apigateway/proxy.py#L121
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/apigateway/proxy.py#L146
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/grouping/ingest/config.py#L9
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/grouping/ingest/config.py#L9
- no-member: Class 'ControlOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L194
- no-member: Class 'Option' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L194
- no-member: Class 'ControlOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L222
- no-member: Class 'Option' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L222
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/shared_integrations/client/base.py#L7
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/shared_integrations/client/base.py#L7
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/initializer.py#L523
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/initializer.py#L523
- no-member: Class 'UserPermission' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/permissions.py#L66
- no-name-in-module: No name 'executor' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/migrations.py#L34
- no-member: Class 'File' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/files.py#L22
- no-member: Class 'File' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/files.py#L42
- no-member: Class 'ProjectKey' has no 'MultipleObjectsReturned' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/repair.py#L36
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/cleanup.py#L30
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0566_remove_cron_missed_margins_zero.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0566_remove_cron_missed_margins_zero.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0672_backfill_ukraine_timezone_name.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0672_backfill_ukraine_timezone_name.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0493_pickle_to_json_sentry_activity.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0493_pickle_to_json_sentry_activity.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0730_add_subscription_fk_to_incident.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0730_add_subscription_fk_to_incident.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0492_pickle_to_json_sentry_groupedmessage.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0492_pickle_to_json_sentry_groupedmessage.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0515_slugify_invalid_monitors.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0515_slugify_invalid_monitors.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0644_backfill_priority_for_groups.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0644_backfill_priority_for_groups.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0702_alert_rule_project_backfill_migration_2.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0702_alert_rule_project_backfill_migration_2.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0574_backfill_weekly_report_settings.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0574_backfill_weekly_report_settings.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0726_apitoken_backfill_hashes.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0726_apitoken_backfill_hashes.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0687_alert_rule_project_backfill_migration.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0687_alert_rule_project_backfill_migration.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0670_monitor_incident_cleanup_duplicates.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0670_monitor_incident_cleanup_duplicates.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0677_unpickle_project_options_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0677_unpickle_project_options_again.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0502_savedsearch_update_me_myteams.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0502_savedsearch_update_me_myteams.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0641_backfill_group_attributes.py#L10
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0641_backfill_group_attributes.py#L11
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0500_set_none_date_last_modified_to_date_uploaded.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0500_set_none_date_last_modified_to_date_uploaded.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0538_remove_name_data_from_rule.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0538_remove_name_data_from_rule.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0619_monitors_migrate_is_muted.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0619_monitors_migrate_is_muted.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0527_backfill_next_checkin_latest.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0527_backfill_next_checkin_latest.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0674_monitor_clear_missed_timeout_as_error.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0674_monitor_clear_missed_timeout_as_error.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0507_delete_pending_deletion_rules.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0507_delete_pending_deletion_rules.py#L8
- import-error: Unable to import 'django.contrib.postgres.fields.jsonb' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0001_squashed_0484_break_org_member_user_fk.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0675_dashboard_widget_query_rename_priority_sort_to_trends.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0675_dashboard_widget_query_rename_priority_sort_to_trends.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0711_backfill_group_attributes_to_self_hosted.py#L12
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0711_backfill_group_attributes_to_self_hosted.py#L13
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0587_remove_unused_neglectedrule_rows.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0587_remove_unused_neglectedrule_rows.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0660_fix_cron_monitor_invalid_orgs.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0660_fix_cron_monitor_invalid_orgs.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0621_set_muted_monitors_to_active.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0621_set_muted_monitors_to_active.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0517_backfill_pagerdutyservices_into_org_integrations.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0517_backfill_pagerdutyservices_into_org_integrations.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0565_fix_diff_env_dupe_alerts.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0565_fix_diff_env_dupe_alerts.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0706_grouphistory_userteam_backfill.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0561_backfill_new_notification_tables.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0561_backfill_new_notification_tables.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0654_rename_priority_sort_to_trends.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0654_rename_priority_sort_to_trends.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0645_backfill_add_uuid_to_all_rule_actions.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0645_backfill_add_uuid_to_all_rule_actions.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0701_backfill_alertrule_user_team.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0550_migrate_no_action_dupe_issue_alerts.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0550_migrate_no_action_dupe_issue_alerts.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0704_backfill_rule_user_team.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0528_truncate_flat_index.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0528_truncate_flat_index.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0729_backfill_groupsearchviews_with_pinned_searches.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0729_backfill_groupsearchviews_with_pinned_searches.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0546_backfill_fix_bad_xactors.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0546_backfill_fix_bad_xactors.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0634_backfill_github_webhook_outbox_shard_ids.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0634_backfill_github_webhook_outbox_shard_ids.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0514_migrate_priority_saved_searches.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0514_migrate_priority_saved_searches.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0537_backfill_xactor_team_and_user_ids.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0537_backfill_xactor_team_and_user_ids.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0521_migrate_world_map_widgets.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0521_migrate_world_map_widgets.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0522_migrate_discover_savedquery_worldmaps.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0522_migrate_discover_savedquery_worldmaps.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0568_monitors_fix_next_checkin_latest.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0568_monitors_fix_next_checkin_latest.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0681_unpickle_authenticator_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0681_unpickle_authenticator_again.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0511_pickle_to_json_sentry_rawevent.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0511_pickle_to_json_sentry_rawevent.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0632_apitoken_backfill_last_chars.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0632_apitoken_backfill_last_chars.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0680_unpickle_options_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0680_unpickle_options_again.py#L5
- no-member: Class 'ExportedData' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/data_export/tasks.py#L71
- no-member: Class 'ExportedData' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/data_export/tasks.py#L305
- no-member: Instance of 'JSONField' has no 'copy' member https://github.com/getsentry/sentry/blob/442b4031c95ccb...
This comment was truncated because GitHub allows only 65536 characters in a comment.
This comment was generated for commit 05896fac48d3918b0e3eef68543eea1a753d859c
π€ Effect of this PR on checked open source code: π€
Effect on music21: The following messages are now emitted:
- invalid-name: Attribute name "id" doesn't conform to '[a-z_][A-Za-z0-9_]{2,30}$' pattern https://github.com/cuthbertLab/music21/blob/204e9d0b9eec2f2d6ff8d8d3b13c41f912050604/music21/base.py#L577
The following messages are no longer emitted:
- invalid-name: Attribute name "id" doesn't conform to '[a-z_][A-Za-z0-9_]{2,30}$' pattern https://github.com/cuthbertLab/music21/blob/204e9d0b9eec2f2d6ff8d8d3b13c41f912050604/music21/prebase.py#L293
Effect on pytest: The following messages are no longer emitted:
- redefined-variable-type: Redefinition of file type from _io.TextIOWrapper to colorama.ansitowin32.StreamWrapper https://github.com/pytest-dev/pytest/blob/fe4961afae91f3c259b30690eb39cefe867acea2/src/_pytest/_io/terminalwriter.py#L83
Effect on sentry: The following messages are now emitted:
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/sdk_updates.py#L7
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/sdk_updates.py#L7
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L14
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L14
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L539
- no-member: Class 'GroupResolution' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L2148
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/auth.py#L72
- no-member: Class 'AppConnectBuild' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/app_store_connect.py#L132
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/assemble.py#L386
- no-member: Class 'ReleaseFile' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/assemble.py#L461
- no-member: Class 'GroupOwner' has no 'MultipleObjectsReturned' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L106
- no-member: Class 'Commit' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L127
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L133
- no-member: Class 'ServiceHook' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/servicehooks.py#L39
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/check_new_issue_threshold_met.py#L71
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/commits.py#L76
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/commits.py#L91
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L45
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L163
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L347
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L355
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/email.py#L32
- no-member: Class 'AuthIdentity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/check_auth.py#L90
- no-member: Class 'RelocationValidation' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relocation.py#L620
- no-member: Class 'RelocationValidationAttempt' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relocation.py#L639
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/merge.py#L61
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/merge.py#L85
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/post_process.py#L612
- no-member: Class 'GroupSnooze' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/post_process.py#L893
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/release_registry.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/release_registry.py#L4
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/digests.py#L57
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/activity.py#L36
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/clear_expired_resolutions.py#L27
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/repository.py#L22
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/sentry_apps.py#L303
- no-member: Class 'ServiceHook' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/sentry_apps.py#L365
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L19
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L23
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L32
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L156
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L177
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L186
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_outbound.py#L17
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_outbound.py#L33
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L26
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L31
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L65
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L27
- no-member: Class 'OrganizationIntegration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L27
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L37
- no-member: Class 'OrganizationIntegration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L39
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_metadata.py#L14
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L21
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L22
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L24
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/create_comment.py#L22
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/create_comment.py#L32
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_issues.py#L20
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_issues.py#L30
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/vsts/subscription_check.py#L20
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_rule.py#L41
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_alert_rule.py#L42
- no-member: Class 'AlertRule' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_alert_rule.py#L54
- no-member: Class 'PullRequest' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L419
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L428
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L436
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L147
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L163
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L184
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L256
- no-member: Class 'RepositoryProjectPathConfig' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/update_code_owners_schema.py#L60
- no-member: Class 'ProjectCodeOwners' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/update_code_owners_schema.py#L60
- no-member: Class 'Commit' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/code_owners_auto_sync.py#L20
- import-error: Unable to import 'django.contrib.sessions.backends.base' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L11
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L12
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L12
- no-name-in-module: No name 'static' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/urls.py#L67
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/api.py#L2
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/api.py#L31
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/forms/accounts.py#L10
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/js_sdk_loader.py#L175
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L98
- no-member: Class 'ApiAuthorization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L163
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L227
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/account_identity.py#L4
- no-member: Class 'IdentityProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/account_identity.py#L21
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/release_webhook.py#L8
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/release_webhook.py#L71
- no-name-in-module: No name 'static' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/generic.py#L8
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_logout.py#L1
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L6
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L7
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L78
- no-member: Class 'ApiGrant' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L110
- no-member: Class 'ApiToken' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L148
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/idp_email_verification.py#L38
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/group_event_json.py#L19
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L10
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L23
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L257
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L654
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/reactivate_account.py#L3
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_organization_login.py#L7
- no-member: Class 'AuthProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_organization_login.py#L82
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/csrf_failure.py#L6
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L5
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L6
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L11
- no-member: Class 'LostPasswordHash' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L186
- no-member: Class 'LostPasswordHash' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L188
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L304
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L343
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L344
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L9
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L15
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L256
- no-member: Class 'AuthProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L261
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/mailgun_inbound_webhook.py#L10
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_channel_login.py#L3
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_channel_login.py#L39
- no-member: Class 'OrganizationMember' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/disabled_member_view.py#L28
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/error_page_embed.py#L11
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/error_page_embed.py#L86
- no-member: Class 'Environment' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/group_tag_export.py#L30
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/debug/mail.py#L23
- no-member: Class 'OrganizationOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/mixin.py#L83
- no-member: Class 'OrganizationOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/mixin.py#L120
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/schema.py#L1
- abstract-method: Method 'prepare_default' is abstract in class 'BaseDatabaseSchemaEditor' but is not overridden in child class 'SafePostgresDatabaseSchemaEditor' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/schema.py#L65
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L6
- no-member: Super of 'DatabaseWrapper' has no '_set_isolation_level' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L104
- arguments-differ: Number of parameters was 3 in 'Model.delete' and is now 1 in overriding 'ParanoidModel.delete' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/paranoia.py#L37
- no-member: Instance of 'BaseModel' has no '_meta' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/base.py#L95
- no-member: Class 'BaseModel' has no '_meta' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/base.py#L211
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'get_cache_name' is abstract in class 'FieldCacheMixin' but is not overridden in child class 'OneToOneCascadeDeletes' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/onetoone.py#L9
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'ArrayField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/array.py#L26
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'JSONField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L63
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'as_sql' is abstract in class 'BaseExpression' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- too-many-ancestors: Too many ancestors (8/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- too-many-ancestors: Too many ancestors (9/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'as_sql' is abstract in class 'BaseExpression' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- too-many-ancestors: Too many ancestors (8/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- too-many-ancestors: Too many ancestors (9/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- arguments-renamed: Parameter 'model_instance' has been renamed to 'instance' in overriding 'UUIDField.pre_save' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/uuid.py#L113
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'UUIDField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/uuid.py#L129
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CITextField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L15
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CICharField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L21
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CIEmailField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L27
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/text.py#L18
- abstract-method: Method 'get_cache_name' is abstract in class 'FieldCacheMixin' but is not overridden in child class 'FlexibleForeignKey' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/foreignkey.py#L11
- no-member: Class 'WebhookPayload' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/tasks/deliver_webhooks.py#L130
- no-member: Class 'WebhookPayload' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/tasks/deliver_webhooks.py#L208
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L5
- unsupported-membership-test: Value 'self.get_scopes()' doesn't support membership test https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/orgauthtokenreplica.py#L53
- no-member: Instance of 'TextField' has no 'split' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/apikeyreplica.py#L47
- no-member: Instance of 'TextField' has no 'split' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/apitokenreplica.py#L52
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/region_organization_provisioning/impl.py#L182
- no-member: Class 'OrganizationMember' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L82
- no-member: Class 'OrganizationMemberMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L95
- no-member: Class 'OrganizationSlugReservation' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L120
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/apigateway/proxy.py#L121
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/apigateway/proxy.py#L146
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/grouping/ingest/config.py#L9
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/grouping/ingest/config.py#L9
- no-member: Class 'ControlOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L194
- no-member: Class 'Option' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L194
- no-member: Class 'ControlOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L222
- no-member: Class 'Option' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L222
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/shared_integrations/client/base.py#L7
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/shared_integrations/client/base.py#L7
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/initializer.py#L523
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/initializer.py#L523
- no-member: Class 'UserPermission' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/permissions.py#L66
- no-name-in-module: No name 'executor' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/migrations.py#L34
- no-member: Class 'File' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/files.py#L22
- no-member: Class 'File' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/files.py#L42
- no-member: Class 'ProjectKey' has no 'MultipleObjectsReturned' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/repair.py#L36
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/cleanup.py#L30
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0566_remove_cron_missed_margins_zero.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0566_remove_cron_missed_margins_zero.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0672_backfill_ukraine_timezone_name.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0672_backfill_ukraine_timezone_name.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0493_pickle_to_json_sentry_activity.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0493_pickle_to_json_sentry_activity.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0730_add_subscription_fk_to_incident.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0730_add_subscription_fk_to_incident.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0492_pickle_to_json_sentry_groupedmessage.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0492_pickle_to_json_sentry_groupedmessage.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0515_slugify_invalid_monitors.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0515_slugify_invalid_monitors.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0644_backfill_priority_for_groups.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0644_backfill_priority_for_groups.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0702_alert_rule_project_backfill_migration_2.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0702_alert_rule_project_backfill_migration_2.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0574_backfill_weekly_report_settings.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0574_backfill_weekly_report_settings.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0726_apitoken_backfill_hashes.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0726_apitoken_backfill_hashes.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0687_alert_rule_project_backfill_migration.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0687_alert_rule_project_backfill_migration.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0670_monitor_incident_cleanup_duplicates.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0670_monitor_incident_cleanup_duplicates.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0677_unpickle_project_options_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0677_unpickle_project_options_again.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0502_savedsearch_update_me_myteams.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0502_savedsearch_update_me_myteams.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0641_backfill_group_attributes.py#L10
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0641_backfill_group_attributes.py#L11
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0500_set_none_date_last_modified_to_date_uploaded.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0500_set_none_date_last_modified_to_date_uploaded.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0538_remove_name_data_from_rule.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0538_remove_name_data_from_rule.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0619_monitors_migrate_is_muted.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0619_monitors_migrate_is_muted.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0527_backfill_next_checkin_latest.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0527_backfill_next_checkin_latest.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0674_monitor_clear_missed_timeout_as_error.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0674_monitor_clear_missed_timeout_as_error.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0507_delete_pending_deletion_rules.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0507_delete_pending_deletion_rules.py#L8
- import-error: Unable to import 'django.contrib.postgres.fields.jsonb' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0001_squashed_0484_break_org_member_user_fk.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0675_dashboard_widget_query_rename_priority_sort_to_trends.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0675_dashboard_widget_query_rename_priority_sort_to_trends.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0711_backfill_group_attributes_to_self_hosted.py#L12
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0711_backfill_group_attributes_to_self_hosted.py#L13
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0587_remove_unused_neglectedrule_rows.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0587_remove_unused_neglectedrule_rows.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0660_fix_cron_monitor_invalid_orgs.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0660_fix_cron_monitor_invalid_orgs.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0621_set_muted_monitors_to_active.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0621_set_muted_monitors_to_active.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0517_backfill_pagerdutyservices_into_org_integrations.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0517_backfill_pagerdutyservices_into_org_integrations.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0565_fix_diff_env_dupe_alerts.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0565_fix_diff_env_dupe_alerts.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0706_grouphistory_userteam_backfill.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0561_backfill_new_notification_tables.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0561_backfill_new_notification_tables.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0654_rename_priority_sort_to_trends.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0654_rename_priority_sort_to_trends.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0645_backfill_add_uuid_to_all_rule_actions.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0645_backfill_add_uuid_to_all_rule_actions.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0701_backfill_alertrule_user_team.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0550_migrate_no_action_dupe_issue_alerts.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0550_migrate_no_action_dupe_issue_alerts.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0704_backfill_rule_user_team.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0528_truncate_flat_index.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0528_truncate_flat_index.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0729_backfill_groupsearchviews_with_pinned_searches.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0729_backfill_groupsearchviews_with_pinned_searches.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0546_backfill_fix_bad_xactors.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0546_backfill_fix_bad_xactors.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0634_backfill_github_webhook_outbox_shard_ids.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0634_backfill_github_webhook_outbox_shard_ids.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0514_migrate_priority_saved_searches.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0514_migrate_priority_saved_searches.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0537_backfill_xactor_team_and_user_ids.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0537_backfill_xactor_team_and_user_ids.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0521_migrate_world_map_widgets.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0521_migrate_world_map_widgets.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0522_migrate_discover_savedquery_worldmaps.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0522_migrate_discover_savedquery_worldmaps.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0568_monitors_fix_next_checkin_latest.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0568_monitors_fix_next_checkin_latest.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0681_unpickle_authenticator_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0681_unpickle_authenticator_again.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0511_pickle_to_json_sentry_rawevent.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0511_pickle_to_json_sentry_rawevent.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0632_apitoken_backfill_last_chars.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0632_apitoken_backfill_last_chars.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0680_unpickle_options_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0680_unpickle_options_again.py#L5
- no-member: Class 'ExportedData' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/data_export/tasks.py#L71
- no-member: Class 'ExportedData' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/data_export/tasks.py#L305
- no-member: Instance of 'JSONField' has no 'copy' member https://github.com/getsentry/sentry/blob/442b4031c95ccb...
This comment was truncated because GitHub allows only 65536 characters in a comment.
This comment was generated for commit cae03f13f0b42325c1185493528d80e30e718a2e
π€ Effect of this PR on checked open source code: π€
Effect on music21: The following messages are now emitted:
- invalid-name: Attribute name "id" doesn't conform to '[a-z_][A-Za-z0-9_]{2,30}$' pattern https://github.com/cuthbertLab/music21/blob/204e9d0b9eec2f2d6ff8d8d3b13c41f912050604/music21/base.py#L577
The following messages are no longer emitted:
- invalid-name: Attribute name "id" doesn't conform to '[a-z_][A-Za-z0-9_]{2,30}$' pattern https://github.com/cuthbertLab/music21/blob/204e9d0b9eec2f2d6ff8d8d3b13c41f912050604/music21/prebase.py#L293
Effect on pytest: The following messages are no longer emitted:
- redefined-variable-type: Redefinition of file type from _io.TextIOWrapper to colorama.ansitowin32.StreamWrapper https://github.com/pytest-dev/pytest/blob/fe4961afae91f3c259b30690eb39cefe867acea2/src/_pytest/_io/terminalwriter.py#L83
Effect on sentry: The following messages are now emitted:
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/sdk_updates.py#L7
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/sdk_updates.py#L7
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L14
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L14
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L539
- no-member: Class 'GroupResolution' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/event_manager.py#L2148
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/auth.py#L72
- no-member: Class 'AppConnectBuild' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/app_store_connect.py#L132
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/assemble.py#L386
- no-member: Class 'ReleaseFile' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/assemble.py#L461
- no-member: Class 'GroupOwner' has no 'MultipleObjectsReturned' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L106
- no-member: Class 'Commit' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L127
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/groupowner.py#L133
- no-member: Class 'ServiceHook' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/servicehooks.py#L39
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/check_new_issue_threshold_met.py#L71
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/commits.py#L76
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/commits.py#L91
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L45
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L163
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L347
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relay.py#L355
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/email.py#L32
- no-member: Class 'AuthIdentity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/check_auth.py#L90
- no-member: Class 'RelocationValidation' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relocation.py#L620
- no-member: Class 'RelocationValidationAttempt' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/relocation.py#L639
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/merge.py#L61
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/merge.py#L85
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/post_process.py#L612
- no-member: Class 'GroupSnooze' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/post_process.py#L893
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/release_registry.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/release_registry.py#L4
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/digests.py#L57
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/activity.py#L36
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/clear_expired_resolutions.py#L27
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/repository.py#L22
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/sentry_apps.py#L303
- no-member: Class 'ServiceHook' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/sentry_apps.py#L365
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L19
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L23
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/update_comment.py#L32
- no-member: Class 'Release' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L156
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L177
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_inbound.py#L186
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_outbound.py#L17
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_status_outbound.py#L33
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L20
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L26
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L31
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_repo.py#L65
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L27
- no-member: Class 'OrganizationIntegration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L27
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L37
- no-member: Class 'OrganizationIntegration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_opsgenie_plugins.py#L39
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_metadata.py#L14
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L21
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L22
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/sync_assignee_outbound_impl.py#L24
- no-member: Class 'ExternalIssue' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/create_comment.py#L22
- no-member: Class 'Activity' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/create_comment.py#L32
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_issues.py#L20
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/migrate_issues.py#L30
- no-member: Class 'Integration' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/vsts/subscription_check.py#L20
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_rule.py#L41
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_alert_rule.py#L42
- no-member: Class 'AlertRule' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/slack/find_channel_id_for_alert_rule.py#L54
- no-member: Class 'PullRequest' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L419
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L428
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/open_pr_comment.py#L436
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L147
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L163
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L184
- no-member: Class 'Repository' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/integrations/github/pr_comment.py#L256
- no-member: Class 'RepositoryProjectPathConfig' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/update_code_owners_schema.py#L60
- no-member: Class 'ProjectCodeOwners' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/update_code_owners_schema.py#L60
- no-member: Class 'Commit' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/tasks/codeowners/code_owners_auto_sync.py#L20
- import-error: Unable to import 'django.contrib.sessions.backends.base' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L11
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L12
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/client_config.py#L12
- no-name-in-module: No name 'static' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/urls.py#L67
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/api.py#L2
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/api.py#L31
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/forms/accounts.py#L10
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/js_sdk_loader.py#L175
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L98
- no-member: Class 'ApiAuthorization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L163
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_authorize.py#L227
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/account_identity.py#L4
- no-member: Class 'IdentityProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/account_identity.py#L21
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/release_webhook.py#L8
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/release_webhook.py#L71
- no-name-in-module: No name 'static' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/generic.py#L8
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_logout.py#L1
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L6
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L7
- no-member: Class 'ApiApplication' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L78
- no-member: Class 'ApiGrant' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L110
- no-member: Class 'ApiToken' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/oauth_token.py#L148
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/idp_email_verification.py#L38
- no-member: Class 'Group' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/group_event_json.py#L19
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L10
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L23
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L257
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/base.py#L654
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/reactivate_account.py#L3
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_organization_login.py#L7
- no-member: Class 'AuthProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_organization_login.py#L82
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/csrf_failure.py#L6
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L5
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L6
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L11
- no-member: Class 'LostPasswordHash' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L186
- no-member: Class 'LostPasswordHash' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L188
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L304
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L343
- no-member: Class 'UserEmail' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/accounts.py#L344
- import-error: Unable to import 'django.contrib.auth' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L9
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L15
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L256
- no-member: Class 'AuthProvider' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_login.py#L261
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/mailgun_inbound_webhook.py#L10
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_channel_login.py#L3
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/auth_channel_login.py#L39
- no-member: Class 'OrganizationMember' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/disabled_member_view.py#L28
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/error_page_embed.py#L11
- no-member: Class 'ProjectKey' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/error_page_embed.py#L86
- no-member: Class 'Environment' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/group_tag_export.py#L30
- no-name-in-module: No name 'decorators' in module 'django.views' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/web/frontend/debug/mail.py#L23
- no-member: Class 'OrganizationOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/mixin.py#L83
- no-member: Class 'OrganizationOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/mixin.py#L120
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/schema.py#L1
- abstract-method: Method 'prepare_default' is abstract in class 'BaseDatabaseSchemaEditor' but is not overridden in child class 'SafePostgresDatabaseSchemaEditor' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/schema.py#L65
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L6
- no-member: Super of 'DatabaseWrapper' has no '_set_isolation_level' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/postgres/base.py#L104
- arguments-differ: Number of parameters was 3 in 'Model.delete' and is now 1 in overriding 'ParanoidModel.delete' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/paranoia.py#L37
- no-member: Instance of 'BaseModel' has no '_meta' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/base.py#L95
- no-member: Class 'BaseModel' has no '_meta' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/base.py#L211
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'IdOrSlugLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/slug.py#L15
- abstract-method: Method 'get_cache_name' is abstract in class 'FieldCacheMixin' but is not overridden in child class 'OneToOneCascadeDeletes' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/onetoone.py#L9
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'ArrayField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/array.py#L26
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'JSONField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L63
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'as_sql' is abstract in class 'BaseExpression' but is not overridden in child class 'NoPrepareMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L125
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- too-many-ancestors: Too many ancestors (8/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L130
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIExactLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L135
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldInLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- too-many-ancestors: Too many ancestors (9/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L140
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'as_sql' is abstract in class 'BaseExpression' but is not overridden in child class 'ContainsLookupMixin' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L148
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- too-many-ancestors: Too many ancestors (8/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L160
- abstract-method: Method 'rand' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- abstract-method: Method 'ror' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- abstract-method: Method 'rxor' is abstract in class 'Combinable' but is not overridden in child class 'JSONFieldIContainsLookup' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- too-many-ancestors: Too many ancestors (9/7) https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/jsonfield.py#L164
- arguments-renamed: Parameter 'model_instance' has been renamed to 'instance' in overriding 'UUIDField.pre_save' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/uuid.py#L113
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'UUIDField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/uuid.py#L129
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CITextField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L15
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CICharField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L21
- arguments-differ: Number of parameters was 4 in 'Field.contribute_to_class' and is now 3 in overriding 'CIEmailField.contribute_to_class' method https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/citext.py#L27
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/text.py#L18
- abstract-method: Method 'get_cache_name' is abstract in class 'FieldCacheMixin' but is not overridden in child class 'FlexibleForeignKey' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/db/models/fields/foreignkey.py#L11
- no-member: Class 'WebhookPayload' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/tasks/deliver_webhooks.py#L130
- no-member: Class 'WebhookPayload' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/tasks/deliver_webhooks.py#L208
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L4
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc/services/caching/impl.py#L5
- unsupported-membership-test: Value 'self.get_scopes()' doesn't support membership test https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/orgauthtokenreplica.py#L53
- no-member: Instance of 'TextField' has no 'split' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/apikeyreplica.py#L47
- no-member: Instance of 'TextField' has no 'split' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/models/apitokenreplica.py#L52
- no-member: Class 'Organization' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/region_organization_provisioning/impl.py#L182
- no-member: Class 'OrganizationMember' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L82
- no-member: Class 'OrganizationMemberMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L95
- no-member: Class 'OrganizationSlugReservation' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/rpc_services/control_organization_provisioning/impl.py#L120
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/apigateway/proxy.py#L121
- no-member: Class 'OrganizationMapping' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/hybridcloud/apigateway/proxy.py#L146
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/grouping/ingest/config.py#L9
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/grouping/ingest/config.py#L9
- no-member: Class 'Option' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L194
- no-member: Class 'ControlOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L194
- no-member: Class 'Option' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L222
- no-member: Class 'ControlOption' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/options/store.py#L222
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/shared_integrations/client/base.py#L7
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/shared_integrations/client/base.py#L7
- import-error: Unable to import 'django.core.cache' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/initializer.py#L523
- no-name-in-module: No name 'cache' in module 'django.core' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/initializer.py#L523
- no-member: Class 'UserPermission' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/permissions.py#L66
- no-name-in-module: No name 'executor' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/migrations.py#L34
- no-member: Class 'File' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/files.py#L22
- no-member: Class 'File' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/files.py#L42
- no-member: Class 'ProjectKey' has no 'MultipleObjectsReturned' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/repair.py#L36
- no-member: Class 'Project' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/runner/commands/cleanup.py#L30
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0566_remove_cron_missed_margins_zero.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0566_remove_cron_missed_margins_zero.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0672_backfill_ukraine_timezone_name.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0672_backfill_ukraine_timezone_name.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0493_pickle_to_json_sentry_activity.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0493_pickle_to_json_sentry_activity.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0730_add_subscription_fk_to_incident.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0730_add_subscription_fk_to_incident.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0492_pickle_to_json_sentry_groupedmessage.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0492_pickle_to_json_sentry_groupedmessage.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0515_slugify_invalid_monitors.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0515_slugify_invalid_monitors.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0644_backfill_priority_for_groups.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0644_backfill_priority_for_groups.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0702_alert_rule_project_backfill_migration_2.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0702_alert_rule_project_backfill_migration_2.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0574_backfill_weekly_report_settings.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0574_backfill_weekly_report_settings.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0726_apitoken_backfill_hashes.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0726_apitoken_backfill_hashes.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0687_alert_rule_project_backfill_migration.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0687_alert_rule_project_backfill_migration.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0670_monitor_incident_cleanup_duplicates.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0670_monitor_incident_cleanup_duplicates.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0677_unpickle_project_options_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0677_unpickle_project_options_again.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0502_savedsearch_update_me_myteams.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0502_savedsearch_update_me_myteams.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0641_backfill_group_attributes.py#L10
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0641_backfill_group_attributes.py#L11
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0500_set_none_date_last_modified_to_date_uploaded.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0500_set_none_date_last_modified_to_date_uploaded.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0538_remove_name_data_from_rule.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0538_remove_name_data_from_rule.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0619_monitors_migrate_is_muted.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0619_monitors_migrate_is_muted.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0527_backfill_next_checkin_latest.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0527_backfill_next_checkin_latest.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0674_monitor_clear_missed_timeout_as_error.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0674_monitor_clear_missed_timeout_as_error.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0507_delete_pending_deletion_rules.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0507_delete_pending_deletion_rules.py#L8
- import-error: Unable to import 'django.contrib.postgres.fields.jsonb' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0001_squashed_0484_break_org_member_user_fk.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0675_dashboard_widget_query_rename_priority_sort_to_trends.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0675_dashboard_widget_query_rename_priority_sort_to_trends.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0711_backfill_group_attributes_to_self_hosted.py#L12
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0711_backfill_group_attributes_to_self_hosted.py#L13
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0587_remove_unused_neglectedrule_rows.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0587_remove_unused_neglectedrule_rows.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0660_fix_cron_monitor_invalid_orgs.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0660_fix_cron_monitor_invalid_orgs.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0621_set_muted_monitors_to_active.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0621_set_muted_monitors_to_active.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0517_backfill_pagerdutyservices_into_org_integrations.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0517_backfill_pagerdutyservices_into_org_integrations.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0565_fix_diff_env_dupe_alerts.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0565_fix_diff_env_dupe_alerts.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0706_grouphistory_userteam_backfill.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0561_backfill_new_notification_tables.py#L8
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0561_backfill_new_notification_tables.py#L9
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0654_rename_priority_sort_to_trends.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0654_rename_priority_sort_to_trends.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0645_backfill_add_uuid_to_all_rule_actions.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0645_backfill_add_uuid_to_all_rule_actions.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0701_backfill_alertrule_user_team.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0550_migrate_no_action_dupe_issue_alerts.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0550_migrate_no_action_dupe_issue_alerts.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0704_backfill_rule_user_team.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0528_truncate_flat_index.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0528_truncate_flat_index.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0729_backfill_groupsearchviews_with_pinned_searches.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0729_backfill_groupsearchviews_with_pinned_searches.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0546_backfill_fix_bad_xactors.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0546_backfill_fix_bad_xactors.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0634_backfill_github_webhook_outbox_shard_ids.py#L7
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0634_backfill_github_webhook_outbox_shard_ids.py#L8
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0514_migrate_priority_saved_searches.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0514_migrate_priority_saved_searches.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0537_backfill_xactor_team_and_user_ids.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0537_backfill_xactor_team_and_user_ids.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0521_migrate_world_map_widgets.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0521_migrate_world_map_widgets.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0522_migrate_discover_savedquery_worldmaps.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0522_migrate_discover_savedquery_worldmaps.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0568_monitors_fix_next_checkin_latest.py#L6
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0568_monitors_fix_next_checkin_latest.py#L7
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0681_unpickle_authenticator_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0681_unpickle_authenticator_again.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0511_pickle_to_json_sentry_rawevent.py#L5
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0511_pickle_to_json_sentry_rawevent.py#L6
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0632_apitoken_backfill_last_chars.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0632_apitoken_backfill_last_chars.py#L5
- no-name-in-module: No name 'backends' in module 'django.db' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0680_unpickle_options_again.py#L4
- no-name-in-module: No name 'state' in module 'django.db.migrations' https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/migrations/0680_unpickle_options_again.py#L5
- no-member: Class 'ExportedData' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/data_export/tasks.py#L71
- no-member: Class 'ExportedData' has no 'DoesNotExist' member https://github.com/getsentry/sentry/blob/442b4031c95ccbcbab9ce0abff677229f18a5991/src/sentry/data_export/tasks.py#L305
- no-member: Instance of 'JSONField' has no 'copy' member https://github.com/getsentry/sentry/blob/442b4031c95ccb...
This comment was truncated because GitHub allows only 65536 characters in a comment.
This comment was generated for commit cae03f13f0b42325c1185493528d80e30e718a2e
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 95.80%. Comparing base (fc9bdeb) to head (1c5289b).
:warning: Report is 591 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #9740 +/- ##
==========================================
- Coverage 95.85% 95.80% -0.06%
==========================================
Files 174 174
Lines 18873 18885 +12
==========================================
+ Hits 18090 18092 +2
- Misses 783 793 +10
| Files with missing lines | Coverage Ξ | |
|---|---|---|
| pylint/extensions/docparams.py | 100.00% <100.00%> (ΓΈ) |
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
π€ According to the primer, this change has no effect on the checked open source code. π€π
This comment was generated for commit cae03f13f0b42325c1185493528d80e30e718a2e
Sorry I was using the "open close" principle to trigger the codecov run since there was an issue on a previous run :D
Sorry for the noise -- committed to the wrong branch. π . Thanks Mark!
π€ According to the primer, this change has no effect on the checked open source code. π€π
This comment was generated for commit cae03f13f0b42325c1185493528d80e30e718a2e
π€ According to the primer, this change has no effect on the checked open source code. π€π
This comment was generated for commit 1c5289bbf799abca4529d2760426034ea5c6cdde