-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: F-string formatting in pandas/tests/indexes/*.py (#29547) #29579
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
I'm a little unsure how to interpret the results of the checks - since code_checks.sh exits with an error at a line where isort is called, it seems like it would point to an issue with importing. However, I haven't changed any import statements, and I checked that all the pytests were consistent with before I changed anything, so I'm not sure what the issue is. |
Hi @yashukla the issue is related to black opposed to isort see:
can you run |
Also please could you reference the issue: thanks! |
Style changes as per "black pandas".
@alimcmaster1 Oh, I wasn't using black correctly. Thanks so much! Correct issue referenced, formatting fixed, and code now passes |
thanks @yashukla |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff