Skip to content

Improve docker.utils #13808

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

Merged
merged 3 commits into from
Apr 15, 2025
Merged

Improve docker.utils #13808

merged 3 commits into from
Apr 15, 2025

Conversation

donBarbos
Copy link
Contributor

No description provided.

This comment has been minimized.

This comment has been minimized.

@Avasam
Copy link
Collaborator

Avasam commented Apr 11, 2025

paasta (https://github.com/yelp/paasta)
+ paasta_tools/utils.py:3386: error: "APIClient" gets multiple values for keyword argument "base_url"  [misc]

Seems like a true-positive. They do a runtime check against duplicate base_url keyword, but not in a way that static type checkers currently understand. And it's fixable.

Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

paasta (https://github.com/yelp/paasta)
+ paasta_tools/utils.py:3386: error: "APIClient" gets multiple values for keyword argument "base_url"  [misc]

@srittau srittau merged commit fd155cb into python:main Apr 15, 2025
43 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.

3 participants