Skip to content

refactor: Modernize type hints to use Python 3.12 built-in generics#173

Open
Brian-kipkoech-mutai wants to merge 1 commit into
crystaldba:mainfrom
Brian-kipkoech-mutai:modernize-type-hints
Open

refactor: Modernize type hints to use Python 3.12 built-in generics#173
Brian-kipkoech-mutai wants to merge 1 commit into
crystaldba:mainfrom
Brian-kipkoech-mutai:modernize-type-hints

Conversation

@Brian-kipkoech-mutai
Copy link
Copy Markdown

Replace legacy typing imports (List, Dict, Optional, Union) with built-in generics (list, dict, X | None, X | Y) across 7 source files. Removes the UP006/UP035/UP045 ruff ignore entries and the TODO comment referencing issue #129.

Replace legacy typing imports (List, Dict, Optional, Union) with
built-in generics (list, dict, X | None, X | Y) across 7 source
files. Removes the UP006/UP035/UP045 ruff ignore entries and
the TODO comment referencing issue crystaldba#129.
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.

1 participant