Skip to content

[DRAFT] typing: remove sentry.seer.constants from weaklist - #123689

Draft
cursor[bot] wants to merge 1 commit into
masterfrom
cursor/untyped-module-cleanup-b9c6
Draft

[DRAFT] typing: remove sentry.seer.constants from weaklist#123689
cursor[bot] wants to merge 1 commit into
masterfrom
cursor/untyped-module-cleanup-b9c6

Conversation

@cursor

@cursor cursor Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • remove sentry.seer.constants from the # begin: not yet strongly typed weaklist in pyproject.toml
  • verify the module is strict-typing clean with targeted mypy flags
  • keep stronglist/weaklist consistency validated

Validation

  • PATH="/workspace/.venv/bin:$PATH" .venv/bin/python -m tools.mypy_helpers.check_stronglist pyproject.toml
  • .venv/bin/mypy --config-file=/dev/null --python-version 3.13 --follow-imports=skip --ignore-missing-imports --check-untyped-defs --no-implicit-reexport --warn-unreachable --warn-unused-ignores --warn-redundant-casts --disallow-any-generics --disallow-untyped-defs --strict-equality src/sentry/seer/constants.py
  • .venv/bin/prek run -q

@armenzg could you please review this PR?

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

Open in Web View Automation 

Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant