Skip to content

Enable Ruff's UP rules and modernize annotations#248

Merged
jparise merged 1 commit into
mainfrom
ruff-up
Apr 27, 2026
Merged

Enable Ruff's UP rules and modernize annotations#248
jparise merged 1 commit into
mainfrom
ruff-up

Conversation

@jparise

@jparise jparise commented Apr 27, 2026

Copy link
Copy Markdown
Owner

Replaces typing.{List,Dict,Tuple,Optional,Union,Mapping} with PEP 585 builtins, PEP 604 union syntax, and collections.abc imports. Drops the from __future__ import annotations future imports that are no longer needed on Python 3.10+.

Replaces typing.{List,Dict,Tuple,Optional,Union,Mapping} with PEP 585
builtins, PEP 604 union syntax, and collections.abc imports. Drops the
`from __future__ import annotations` future imports that are no longer
needed on Python 3.10+.
@jparise jparise merged commit aa77d63 into main Apr 27, 2026
10 checks passed
@jparise jparise deleted the ruff-up branch April 27, 2026 00:32
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