Skip to content

Conversation

@thetruecpaul
Copy link
Contributor

I'm working in this neck of the woods and keep getting confused about what things are returning. Adding some (but not all) types to help myself get a stronger hold of things.

Not fully typing due to prioritization + some not-expecting-None problems.

TEST PLAN: mypy passes

I'm working in this neck of the woods and keep getting confused about what things are returning. Adding some (but not all) types to help myself get a stronger hold of things.

Not fully typing due to prioritization + some not-expecting-None problems.

TEST PLAN: `mypy` passes
@thetruecpaul thetruecpaul requested review from a team November 14, 2025 21:52
@thetruecpaul thetruecpaul requested review from a team as code owners November 14, 2025 21:52
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 14, 2025
project_id,
None,
environment_id and [environment_id],
environment_id if environment_id is None else [environment_id],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is technically a behavorial change in that previously it would pass in a list of ints, None, or the literal int zero. Now it only passes in a list of ints or None. Every indication that I see points towards this being closer to the intention, but worth calling out.

@thetruecpaul thetruecpaul merged commit f152b2a into master Nov 14, 2025
66 checks passed
@thetruecpaul thetruecpaul deleted the cpaul/111325/typingtagstore branch November 14, 2025 22:16
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.

3 participants