Skip to content

Conversation

AndrewFerr
Copy link
Member

aka PEP 585, added in Python 3.9

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
  • Code style is correct (run the linters)

aka PEP 585, added in Python 3.9
@AndrewFerr AndrewFerr requested a review from a team as a code owner October 13, 2025 02:34
@github-actions github-actions bot deployed to PR Documentation Preview October 13, 2025 02:35 Active
@github-actions github-actions bot deployed to PR Documentation Preview October 13, 2025 02:57 Active
Do so by locally allowing ruff's UP006 to apply fixes.
Do not set that permanently since it is an unsafe rule.
@github-actions github-actions bot deployed to PR Documentation Preview October 14, 2025 03:55 Active
@github-actions github-actions bot deployed to PR Documentation Preview October 15, 2025 20:56 Active
@github-actions github-actions bot deployed to PR Documentation Preview October 15, 2025 22:07 Active
Suppress some false-positive errors caused by migrating from typing.Type
@AndrewFerr AndrewFerr force-pushed the type-hinting-generics branch from 53eec57 to 3d079b9 Compare October 20, 2025 20:43
@github-actions github-actions bot deployed to PR Documentation Preview October 20, 2025 20:45 Active
@sandhose sandhose requested a review from a team October 21, 2025 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants