Skip to content

add py.typed to api and rocket_league subpackages for PEP 561 - #94

Open
JPK314 wants to merge 3 commits into
RLGym:mainfrom
JPK314:main
Open

add py.typed to api and rocket_league subpackages for PEP 561#94
JPK314 wants to merge 3 commits into
RLGym:mainfrom
JPK314:main

Conversation

@JPK314

@JPK314 JPK314 commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

According to PEP 561, packages should include py.typed if they provide typing information for static type checkers. Although this py.typed does apply recursively to subpackages, we cannot add it at the root level here because the rlgym folder does not contain an init.py and is not itself considered a package. Therefore this adds py.typed to both api and rocket_league folders.

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