-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
STYLE double-quote cython strings #21 #50013
Conversation
Cool! Could you merge main? There seems to be a conflict |
Locally? or here? I got lost |
Locally, and then you can push to this branch |
you'll do it locally, and then push - something like
|
Run the previous commands. After that there is a test that failed
I still tried to push to my origin (maybe I shouldn't have) but then there is a message "Everything up-to-date" |
after that, you'll need to stage and commit again:
|
Yep this means that the code you pulled still had single quotes. pre-commit fixed it, so if you commit again you should be good |
after fixing merge conflicts, git add and commit has to be done twice? |
Only if pre commit fails |
|
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.
Looks good!
Should I just wait now? :) |
Yep the ci runs around 2 hours. We will merge after everything is green |
thanks @DeaMariaLeon ! in before more merge conflicts |
Thanks All for your patience :) |
task here is:
add id: double-quote-cython-strings to
pandas/.pre-commit-config.yaml
Line 29 in 3d0d197
run pre-commit run double-quote-cython-strings --all-files
git add -u, git commit -m 'double quote cython strings', git push origin HEAD`
Motivation for this comes from #49866 (comment)
pyData 2022 sprint
noatamir/pyladies-berlin-sprints#21
@jorisvandenbossche, @MarcoGorelli, @WillAyd, @rhshadrach, @phofl @noatamir