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

Force kw-args on more Python functions #3515

Merged
merged 4 commits into from Sep 28, 2023
Merged

Force kw-args on more Python functions #3515

merged 4 commits into from Sep 28, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Sep 28, 2023

What

This forces the user to write out the names of arguments for a lot more of our functions. This makes the code easier to read, and more future-proof for when we add or remove arguments.

Checklist

@emilk emilk changed the title Force kw-args for log and log_components Force kw-args on more Python functions Sep 28, 2023
@emilk emilk added the 🐍 Python API Python logging API label Sep 28, 2023
@emilk emilk marked this pull request as ready for review September 28, 2023 11:49
@Wumpf Wumpf self-requested a review September 28, 2023 12:17
@Wumpf Wumpf merged commit a89b6fb into main Sep 28, 2023
27 checks passed
@Wumpf Wumpf deleted the emilk/more-kwargs branch September 28, 2023 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants