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

Fix type annotations of resolve_dist() #270

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

tiran
Copy link
Collaborator

@tiran tiran commented Jul 30, 2024

The sources.resolve_dist() function returns
tuple[str | None, Version], not tuple[str, str]. The fix will allow me to enable type checking in our builder repo.

See: #226

@tiran tiran requested a review from shubhbapna July 30, 2024 10:03
The `sources.resolve_dist()` function returns
`tuple[str | None, Version]`, not `tuple[str, str]`. The fix will allow
me to enable type checking in our builder repo.

See: python-wheel-build#226
Signed-off-by: Christian Heimes <cheimes@redhat.com>
@tiran tiran force-pushed the typing-resolve_dist branch from 156654b to 2e7ce19 Compare July 30, 2024 10:16
@mergify mergify bot merged commit 08fc583 into python-wheel-build:main Jul 30, 2024
53 checks passed
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