Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨: create init file #12

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

✨: create init file #12

wants to merge 6 commits into from

Conversation

nstarman
Copy link
Collaborator

@nstarman nstarman commented Dec 5, 2024

No description provided.

@nstarman nstarman added this to the v2021-12-0.0 milestone Dec 5, 2024
# This file is automatically generated by Hatch
version = '0.1.dev5+g9027b7d.d20241205'
version_tuple = (0, 1, 'dev5', 'g9027b7d.d20241205')

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm guessing this red steering wheel is trying to tell us that there's a trailing newline missing

pyproject.toml Outdated Show resolved Hide resolved
@@ -0,0 +1,5 @@
"""Static typing support for the array API standard."""

__all__: list[str] = []
Copy link
Collaborator

Choose a reason for hiding this comment

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

alternative workaround for type-checkers that still don't realize that __all__ is always a sequence of str in 2024:

Suggested change
__all__: list[str] = []
__all__ = ()

Comment on lines 2 to 3
version = '0.1.dev5+g9027b7d.d20241205'
version_tuple = (0, 1, 'dev5', 'g9027b7d.d20241205')
Copy link
Collaborator

Choose a reason for hiding this comment

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

why does it start counting at 5 🤔 ?

nstarman and others added 6 commits December 5, 2024 10:30
Signed-off-by: nstarman <[email protected]>
Co-authored-by: Joren Hammudoglu <[email protected]>
Signed-off-by: Nathaniel Starkman <[email protected]>
Signed-off-by: nstarman <[email protected]>
@jorenham
Copy link
Collaborator

jorenham commented Dec 5, 2024

needs rebase

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.

2 participants