Skip to content

Conversation

@3vts
Copy link
Contributor

@3vts 3vts commented Feb 13, 2020

I splitted PR #31844 in batches, this is the fourth
For this PR I ran the command grep -l -R -e '%s' -e '%d' -e '\.format(' --include=*.{py,pyx} pandas/ and checked all the files that were returned for .format( and changed the old string format for the corresponding fstrings to attempt a full clean of, #29547. I may have missed something so is a good idea to double check just in case

  • [ x ] tests added / passed
  • [ x ] passes black pandas
  • [ x ] passes git diff upstream/master -u -- "*.py" | flake8 --diff

@3vts 3vts marked this pull request as ready for review February 13, 2020 21:09
@3vts 3vts requested review from ShaharNaveh, WillAyd and simonjayhawkins and removed request for WillAyd February 13, 2020 21:09
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @3vts lgtm. one comment. not blocker.

@simonjayhawkins simonjayhawkins added Clean Code Style Code style, linting, code_checks labels Feb 13, 2020
@simonjayhawkins simonjayhawkins added this to the 1.1 milestone Feb 13, 2020
@WillAyd WillAyd merged commit 32b3d9e into pandas-dev:master Feb 14, 2020
@WillAyd
Copy link
Member

WillAyd commented Feb 14, 2020

Thanks @3vts

@3vts 3vts deleted the CLN-29547-Replace-old-string-formatting-4 branch February 21, 2020 01:30
roberthdevries pushed a commit to roberthdevries/pandas that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Clean Code Style Code style, linting, code_checks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants