-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Changed string formatting to fstring #29865
Conversation
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.
Thanks for the changes @ForTimeBeing
You should have git remotes for:
origin
: your forkupstream
: this repo (pandas-dev/pandas)
Something like git remote add upstream [email protected]:pandas-dev/pandas.git
should leave this correct if you cloned your fork, and the diff should work.
I now have upstreams as well: origin https://github.com/ForTimeBeing/pandas.git (fetch) I am still getting the bad revision though |
run |
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.
@ForTimeBeing lgtm pending ci fixes
@ForTimeBeing can you merge master to fix ci issues. |
@ForTimeBeing can you try one more merge of master? |
GH is showing me a zero-file diff. Have these changes already been merged? |
I guess this has been addressed elsewhere. Closing. |
I apologize, I have not been around because of the holiday Happy holidays everyone |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
I am new to contributing to open source projects bare with me. I normally only push to my own
master branch. I have never used git diff before(I know it is supposed to compare changed) and I just keep getting the error: fatal: bad revision 'upstream/master' if someone could tell me how to properly use it that would be great! It passed the black pandas test though. Once I figure out how to properly submit a PR abiding by pandas standards I will do trying a lot more PR. This is only a sample