Skip to content

Add pyi to types_or#434

Merged
asottile merged 1 commit into
asottile:mainfrom
mxr:patch-1
Apr 5, 2026
Merged

Add pyi to types_or#434
asottile merged 1 commit into
asottile:mainfrom
mxr:patch-1

Conversation

@mxr

@mxr mxr commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

Ran this on typeshed, spot checked some files, and they seem in order

$ git diff lib/ts_utils/metadata.py | head -n40 | tail
-from typing import Annotated, Any, Final, NamedTuple, final
+from typing import Annotated
+from typing import Any
+from typing import Final
+from typing import final
+from typing import NamedTuple
+
 from typing_extensions import TypeGuard

 if sys.version_info >= (3, 11):

Resolves #247

@asottile asottile left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@asottile asottile merged commit e576a7c into asottile:main Apr 5, 2026
4 checks passed
@mxr mxr deleted the patch-1 branch April 5, 2026 23:38
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.

Support for pyi files now types_or is implemented

2 participants