Skip to content

Commit 64dbc1f

Browse files
authored
expand strictlist mypy no errors (#98118)
Victory lap!!
1 parent 8d35bb4 commit 64dbc1f

File tree

1 file changed

+114
-24
lines changed

1 file changed

+114
-24
lines changed

pyproject.toml

Lines changed: 114 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -350,26 +350,36 @@ module = [
350350
"sentry.analytics.*",
351351
"sentry.api.bases.*",
352352
"sentry.api.decorators",
353-
"sentry.api.endpoints.integrations.sentry_apps.installation.external_issue.*",
353+
"sentry.api.endpoints.integrations.*",
354354
"sentry.api.endpoints.organization_events_spans_performance",
355-
"sentry.api.endpoints.organization_member.*",
355+
"sentry.api.endpoints.organization_member.requests.*",
356356
"sentry.api.endpoints.project_repo_path_parsing",
357357
"sentry.api.endpoints.project_rules_configuration",
358358
"sentry.api.endpoints.release_thresholds.*",
359+
"sentry.api.endpoints.secret_scanning.*",
359360
"sentry.api.event_search",
360361
"sentry.api.helpers.*",
361362
"sentry.api.permissions",
362363
"sentry.api.serializers.models.organization_member.*",
363364
"sentry.api.serializers.rest_framework.group_notes",
365+
"sentry.apidocs.examples.*",
364366
"sentry.audit_log.services.*",
365-
"sentry.auth.*",
367+
"sentry.auth.access",
368+
"sentry.auth.authenticators.*",
369+
"sentry.auth.manager",
370+
"sentry.auth.providers.*",
371+
"sentry.auth.services.*",
372+
"sentry.auth.view",
373+
"sentry.auth_v2.migrations.*",
374+
"sentry.auth_v2.services.*",
375+
"sentry.auth_v2.utils.*",
366376
"sentry.bgtasks.*",
367377
"sentry.buffer.*",
368378
"sentry.build.*",
379+
"sentry.charts.*",
369380
"sentry.dashboards.*",
370381
"sentry.data_export.*",
371-
"sentry.data_secrecy.models.*",
372-
"sentry.data_secrecy.service.*",
382+
"sentry.data_secrecy.*",
373383
"sentry.db.models.fields.citext",
374384
"sentry.db.models.fields.foreignkey",
375385
"sentry.db.models.fields.hybrid_cloud_foreign_key",
@@ -381,10 +391,14 @@ module = [
381391
"sentry.deletions.*",
382392
"sentry.demo_mode.*",
383393
"sentry.digests.*",
394+
"sentry.discover.migrations.*",
384395
"sentry.dynamic_sampling.*",
396+
"sentry.eventstore.*",
385397
"sentry.eventstream.*",
386398
"sentry.eventtypes.error",
399+
"sentry.explore.migrations.*",
387400
"sentry.feedback.migrations.*",
401+
"sentry.filestore.*",
388402
"sentry.flags.migrations.*",
389403
"sentry.grouping.api",
390404
"sentry.grouping.component",
@@ -396,45 +410,61 @@ module = [
396410
"sentry.grouping.utils",
397411
"sentry.grouping.variants",
398412
"sentry.hybridcloud.*",
413+
"sentry.identity.bitbucket.*",
399414
"sentry.identity.discord.*",
400415
"sentry.identity.github_enterprise.*",
401416
"sentry.identity.services.*",
417+
"sentry.identity.vercel.*",
402418
"sentry.identity.vsts_extension.*",
403419
"sentry.incidents.endpoints.bases",
420+
"sentry.incidents.handlers.*",
404421
"sentry.incidents.utils.*",
405422
"sentry.ingest.slicing",
423+
"sentry.insights.migrations.*",
424+
"sentry.integrations.api.parsers.*",
406425
"sentry.integrations.discord.actions.*",
407-
"sentry.integrations.discord.message_builder.base.component.*",
408-
"sentry.integrations.discord.message_builder.base.embed.*",
426+
"sentry.integrations.discord.handlers.*",
427+
"sentry.integrations.discord.message_builder.*",
409428
"sentry.integrations.discord.utils.*",
410429
"sentry.integrations.discord.views.*",
411430
"sentry.integrations.discord.webhooks.*",
412431
"sentry.integrations.github.actions.*",
432+
"sentry.integrations.github.handlers.*",
413433
"sentry.integrations.github_enterprise.actions.*",
434+
"sentry.integrations.github_enterprise.handlers.*",
414435
"sentry.integrations.jira.actions.*",
415436
"sentry.integrations.jira.endpoints.*",
437+
"sentry.integrations.jira.handlers.*",
416438
"sentry.integrations.jira.models.*",
417439
"sentry.integrations.jira_server.actions.*",
440+
"sentry.integrations.jira_server.handlers.*",
418441
"sentry.integrations.jira_server.utils.*",
419442
"sentry.integrations.models.integration_feature",
443+
"sentry.integrations.msteams.handlers.*",
444+
"sentry.integrations.opsgenie.handlers.*",
420445
"sentry.integrations.pagerduty.*",
421446
"sentry.integrations.project_management.*",
422447
"sentry.integrations.repository.*",
423448
"sentry.integrations.services.*",
449+
"sentry.integrations.slack.handlers.*",
450+
"sentry.integrations.slack.requests.*",
424451
"sentry.integrations.slack.threads.*",
452+
"sentry.integrations.slack.unfurl.*",
425453
"sentry.integrations.slack.views.*",
426454
"sentry.integrations.source_code_management.repository",
427455
"sentry.integrations.utils.sync",
428456
"sentry.integrations.vsts.actions.*",
457+
"sentry.integrations.vsts.handlers.*",
429458
"sentry.integrations.vsts.tasks.*",
459+
"sentry.integrations.vsts_extension.*",
430460
"sentry.issues",
431461
"sentry.issues.analytics",
432462
"sentry.issues.apps",
433463
"sentry.issues.auto_source_code_config.*",
434464
"sentry.issues.constants",
435465
"sentry.issues.endpoints",
436466
"sentry.issues.endpoints.actionable_items",
437-
"sentry.issues.endpoints.bases",
467+
"sentry.issues.endpoints.bases.*",
438468
"sentry.issues.endpoints.browser_reporting_collector",
439469
"sentry.issues.endpoints.group_activities",
440470
"sentry.issues.endpoints.group_details",
@@ -495,6 +525,7 @@ module = [
495525
"sentry.lang.java.processing",
496526
"sentry.llm.*",
497527
"sentry.mail.*",
528+
"sentry.metrics.*",
498529
"sentry.middleware.integrations.*",
499530
"sentry.middleware.reporting_endpoint",
500531
"sentry.migrations.*",
@@ -506,20 +537,35 @@ module = [
506537
"sentry.models.groupinbox",
507538
"sentry.models.groupsubscription",
508539
"sentry.models.options.*",
509-
"sentry.monitors.consumers.monitor_consumer",
540+
"sentry.monitors.clock_tasks.*",
541+
"sentry.monitors.consumers.*",
510542
"sentry.monkey.*",
511543
"sentry.net.socket",
544+
"sentry.nodestore.*",
545+
"sentry.notifications.api.parsers.*",
546+
"sentry.notifications.migrations.*",
547+
"sentry.notifications.notification_action.action_handler_registry.*",
548+
"sentry.notifications.notification_action.group_type_notification_registry.*",
549+
"sentry.notifications.notification_action.issue_alert_registry.*",
550+
"sentry.notifications.notification_action.metric_alert_registry.*",
551+
"sentry.notifications.notifications.organization_request.*",
552+
"sentry.notifications.notifications.registries.*",
553+
"sentry.notifications.notifications.strategies.*",
512554
"sentry.notifications.platform.*",
513555
"sentry.notifications.services.*",
556+
"sentry.notifications.utils.*",
514557
"sentry.options.rollout",
515558
"sentry.organizations.*",
559+
"sentry.ownership.*",
516560
"sentry.performance_issues.detectors.*",
517561
"sentry.performance_issues.performance_detection",
518562
"sentry.pipeline.*",
519563
"sentry.plugins.base.response",
520564
"sentry.plugins.base.view",
521565
"sentry.plugins.validators.*",
522566
"sentry.post_process_forwarder.*",
567+
"sentry.preprod.api.models.*",
568+
"sentry.preprod.migrations.*",
523569
"sentry.profiles.*",
524570
"sentry.projects.*",
525571
"sentry.queue.*",
@@ -528,31 +574,46 @@ module = [
528574
"sentry.relay.types.*",
529575
"sentry.release_health.release_monitor.*",
530576
"sentry.relocation.api.endpoints.artifacts.*",
531-
"sentry.relocation.services.relocation_export.*",
577+
"sentry.relocation.api.serializers.*",
578+
"sentry.relocation.services.*",
532579
"sentry.replays.consumers.*",
533580
"sentry.replays.lib.new_query.*",
581+
"sentry.replays.lib.selector.*",
534582
"sentry.replays.migrations.*",
583+
"sentry.replays.scripts.*",
535584
"sentry.reprocessing2",
536585
"sentry.roles.*",
586+
"sentry.rules.actions.integrations.*",
537587
"sentry.rules.actions.sentry_apps.*",
538588
"sentry.rules.conditions.*",
539589
"sentry.rules.history.endpoints.*",
540590
"sentry.runner.*",
591+
"sentry.search.eap.ourlogs.*",
592+
"sentry.search.eap.spans.*",
593+
"sentry.search.eap.uptime_checks.*",
594+
"sentry.search.eap.uptime_results.*",
541595
"sentry.search.snuba.backend",
542596
"sentry.security.*",
597+
"sentry.seer.fetch_issues.*",
598+
"sentry.seer.services.*",
543599
"sentry.seer.similarity.*",
600+
"sentry.seer.workflows.*",
601+
"sentry.sentry_apps.api.utils.*",
544602
"sentry.sentry_apps.external_issues.*",
545603
"sentry.sentry_apps.services.*",
604+
"sentry.sentry_apps.token_exchange.*",
546605
"sentry.sentry_apps.utils.*",
547606
"sentry.sentry_apps.web.*",
548607
"sentry.sentry_metrics.consumers.indexer.*",
549-
"sentry.sentry_metrics.indexer.limiters.*",
608+
"sentry.sentry_metrics.indexer.*",
550609
"sentry.services.eventstore.base",
551610
"sentry.services.eventstore.processing.*",
552611
"sentry.services.eventstore.reprocessing.*",
553-
"sentry.services.eventstore.snuba.backend",
612+
"sentry.services.eventstore.snuba.*",
554613
"sentry.services.nodestore.*",
614+
"sentry.shared_integrations.client.*",
555615
"sentry.shared_integrations.exceptions.*",
616+
"sentry.silo.*",
556617
"sentry.snuba.metrics.extraction",
557618
"sentry.snuba.metrics.naming_layer.*",
558619
"sentry.snuba.query_subscriptions.*",
@@ -573,13 +634,15 @@ module = [
573634
"sentry.tempest.migrations.*",
574635
"sentry.testutils.helpers.task_runner",
575636
"sentry.testutils.helpers.usage_accountant",
637+
"sentry.testutils.notifications.*",
576638
"sentry.testutils.pytest.json_report_reruns",
577639
"sentry.testutils.pytest.show_flaky_failures",
578640
"sentry.testutils.skips",
579641
"sentry.testutils.thread_leaks.*",
580642
"sentry.toolbar.utils.*",
581643
"sentry.types.*",
582644
"sentry.uptime.migrations.*",
645+
"sentry.uptime.rdap.*",
583646
"sentry.usage_accountant.*",
584647
"sentry.users.*",
585648
"sentry.utils.arroyo",
@@ -638,9 +701,12 @@ module = [
638701
"sentry.web.frontend.csv",
639702
"sentry.web.frontend.mixins.*",
640703
"sentry.workflow_engine.buffer.*",
704+
"sentry.workflow_engine.endpoints.utils.*",
641705
"sentry.workflow_engine.handlers.condition.*",
706+
"sentry.workflow_engine.handlers.workflow.*",
642707
"sentry.workflow_engine.migrations.*",
643708
"sentry.workflow_engine.processors.*",
709+
"sentry.workflow_engine.service.*",
644710
"sentry.workflow_engine.tasks.*",
645711
"sentry.workflow_engine.typings.*",
646712
"sentry.workflow_engine.utils.*",
@@ -653,7 +719,6 @@ module = [
653719
"tests.sentry.api.endpoints.issues.*",
654720
"tests.sentry.api.endpoints.release_thresholds.utils.*",
655721
"tests.sentry.api.endpoints.secret_scanning.*",
656-
"tests.sentry.api.endpoints.snapshots.*",
657722
"tests.sentry.api.endpoints.test_browser_reporting_collector",
658723
"tests.sentry.api.endpoints.test_project_repo_path_parsing",
659724
"tests.sentry.api.fields.*",
@@ -663,21 +728,22 @@ module = [
663728
"tests.sentry.auth.authenticators.*",
664729
"tests.sentry.auth.providers.google.*",
665730
"tests.sentry.auth.services.*",
731+
"tests.sentry.auth_v2.endpoints.*",
666732
"tests.sentry.celery.*",
667733
"tests.sentry.charts.*",
668734
"tests.sentry.data_export.processors.*",
669735
"tests.sentry.data_secrecy.*",
670-
"tests.sentry.debug.*",
736+
"tests.sentry.debug.utils.*",
671737
"tests.sentry.deletions.tasks.test_groups",
672738
"tests.sentry.deletions.tasks.test_nodestore",
673739
"tests.sentry.deletions.test_group",
674-
"tests.sentry.digests.backends.*",
675-
"tests.sentry.dynamic_sampling.rules.biases.snapshots.*",
676-
"tests.sentry.event_manager.interfaces.snapshots.*",
740+
"tests.sentry.demo_mode.*",
741+
"tests.sentry.digests.*",
742+
"tests.sentry.discover.translation.*",
677743
"tests.sentry.event_manager.test_event_manager",
678744
"tests.sentry.eventstream.kafka.*",
679745
"tests.sentry.eventtypes.*",
680-
"tests.sentry.flags.providers.*",
746+
"tests.sentry.flags.*",
681747
"tests.sentry.grouping.*",
682748
"tests.sentry.hybridcloud.*",
683749
"tests.sentry.incidents.action_handlers.*",
@@ -688,12 +754,16 @@ module = [
688754
"tests.sentry.integrations.discord.message_builder.*",
689755
"tests.sentry.integrations.jira.models.*",
690756
"tests.sentry.integrations.jira.utils.*",
757+
"tests.sentry.integrations.middleware.*",
691758
"tests.sentry.integrations.models.*",
692759
"tests.sentry.integrations.msteams.webhook.*",
693760
"tests.sentry.integrations.repository.*",
694761
"tests.sentry.integrations.services.*",
695762
"tests.sentry.integrations.slack.actions.*",
763+
"tests.sentry.integrations.slack.message_builder.*",
696764
"tests.sentry.integrations.slack.threads.*",
765+
"tests.sentry.integrations.slack.webhooks.commands.*",
766+
"tests.sentry.integrations.source_code_management.*",
697767
"tests.sentry.integrations.vsts_extension.*",
698768
"tests.sentry.issues",
699769
"tests.sentry.issues.auto_source_code_config.*",
@@ -722,28 +792,36 @@ module = [
722792
"tests.sentry.mail.activity.*",
723793
"tests.sentry.manager.*",
724794
"tests.sentry.middleware.test_reporting_endpoint",
725-
"tests.sentry.models.fixtures.*",
795+
"tests.sentry.models.releases.*",
796+
"tests.sentry.monitors.migrations.*",
726797
"tests.sentry.net.*",
798+
"tests.sentry.new_migrations.*",
799+
"tests.sentry.notifications.models.*",
727800
"tests.sentry.notifications.notification_action.metric_alert_registry.*",
728801
"tests.sentry.notifications.notifications.organization_request.*",
729802
"tests.sentry.notifications.platform.*",
803+
"tests.sentry.notifications.utils.*",
804+
"tests.sentry.objectstore.*",
730805
"tests.sentry.onboarding_tasks.*",
731806
"tests.sentry.organizations.*",
732807
"tests.sentry.partnerships.*",
733808
"tests.sentry.plugins.interfaces.*",
734809
"tests.sentry.plugins.sentry_useragents.*",
810+
"tests.sentry.plugins.sentry_webhooks.*",
735811
"tests.sentry.post_process_forwarder.*",
736-
"tests.sentry.processing.eventstore.*",
812+
"tests.sentry.processing.*",
813+
"tests.sentry.profiles.consumers.*",
737814
"tests.sentry.profiling.*",
738815
"tests.sentry.projects.*",
739816
"tests.sentry.queue.*",
740817
"tests.sentry.ratelimits.test_leaky_bucket",
741818
"tests.sentry.receivers.outbox.*",
742819
"tests.sentry.relay.config.test_metric_extraction",
743-
"tests.sentry.relay.snapshots.*",
744820
"tests.sentry.release_health.release_monitor.*",
821+
"tests.sentry.relocation.api.endpoints.artifacts.*",
745822
"tests.sentry.relocation.api.serializers.*",
746823
"tests.sentry.replays.lib.*",
824+
"tests.sentry.replays.tasks.*",
747825
"tests.sentry.replays.unit.lib.*",
748826
"tests.sentry.replays.unit.usecases.*",
749827
"tests.sentry.roles.*",
@@ -764,21 +842,26 @@ module = [
764842
"tests.sentry.sentry_apps.token_exchange.*",
765843
"tests.sentry.sentry_apps.utils.*",
766844
"tests.sentry.sentry_apps.web.*",
845+
"tests.sentry.sentry_metrics.limiters.*",
767846
"tests.sentry.services.eventstore.processing.*",
768847
"tests.sentry.services.eventstore.snuba.*",
769848
"tests.sentry.services.nodestore.*",
849+
"tests.sentry.similarity.backends.*",
850+
"tests.sentry.snuba.metrics.test_metrics_layer.*",
770851
"tests.sentry.snuba.metrics.test_metrics_query_layer.*",
852+
"tests.sentry.spans.grouping.*",
771853
"tests.sentry.tasks.integrations.*",
772-
"tests.sentry.tasks.snapshots.*",
773854
"tests.sentry.tasks.test_code_owners",
774855
"tests.sentry.tasks.test_delete_seer_grouping_records",
775856
"tests.sentry.tasks.test_on_demand_metrics",
776-
"tests.sentry.testutils.helpers.*",
777-
"tests.sentry.testutils.thread_leaks.*",
857+
"tests.sentry.templatetags.*",
858+
"tests.sentry.testutils.*",
778859
"tests.sentry.types.*",
860+
"tests.sentry.uptime.detectors.*",
779861
"tests.sentry.usage_accountant.*",
780862
"tests.sentry.users.api.bases.*",
781863
"tests.sentry.users.api.serializers.*",
864+
"tests.sentry.users.models.*",
782865
"tests.sentry.users.services.*",
783866
"tests.sentry.utils.email.*",
784867
"tests.sentry.utils.kvstore.test_bigtable",
@@ -791,7 +874,14 @@ module = [
791874
"tests.sentry.workflow_engine.endpoints.utils.*",
792875
"tests.sentry.workflow_engine.handlers.action.*",
793876
"tests.sentry.workflow_engine.models.*",
877+
"tests.sentry.workflow_engine.processors.contexts.*",
878+
"tests.sentry.workflow_engine.service.*",
879+
"tests.sentry.workflow_engine.utils.*",
794880
"tests.sentry_plugins.*",
881+
"tests.snuba.api.serializers.*",
882+
"tests.snuba.metrics.*",
883+
"tests.snuba.models.*",
884+
"tests.social_auth.*",
795885
"tools.*",
796886
]
797887
disallow_any_generics = true

0 commit comments

Comments
 (0)