-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: black enhancingperf.rst and 10min.rst code style #36849
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
@BEANNAN If you add this to the flake8-rst ignore list in setup.cfg that should fix the lint error:
|
I added it, but CI still seems to have some problems |
df | ||
df.query('strings == "a" and nums == 1') | ||
df.query("strings == "a" and nums == 1") |
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.
We need to use single quotes inside the double quotes
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.
doc ci seems to solve, but "pandas-dev.pandas (Linux py38_np_dev)" failed, Is this normal?
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.
That's unrelated, it's a flaky build
Thanks @BEANNAN |
ref #36777