-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
PERF: Use list comprehension to join strings (#41753) #42173
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
Conversation
Thanks @vrserpa - if you fetch and merge upstream/master that should fix the pre-commit failure Are you interested in writing a linting check for this in pandas-dev-flaker? |
Hi @MarcoGorelli, I will write a linting check for pandas-dev-flaker. |
awesome, thanks, let me know if you want/need any help with that - I expect you'd be able to model it off of https://github.com/asottile/pyupgrade/blob/5fb168667ae73f157dd579344708e1cdfb0c0341/pyupgrade/_plugins/generator_expressions_pep289.py |
Thanks @MarcoGorelli! I'm going to have a look at this. |
…nsion_to_join_strings
Hi @vrserpa - can you fetch and merge upstream/master? |
…nsion_to_join_strings
Ok! |
can you fixup the pre-commit failures please? https://pandas.pydata.org/docs/development/contributing_codebase.html#pre-commit |
Sorry, @MarcoGorelli. I did the check with pre-commit now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MarcoGorelli will this be automatically checked in the CI/precommit? |
once pandas-dev/pandas-dev-flaker#26 is in, yup! |
PERF: Use list comprehension to join strings (#41753)