Skip to content

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

Merged
merged 6 commits into from
Oct 4, 2020

Conversation

aniaan
Copy link
Contributor

@aniaan aniaan commented Oct 4, 2020

ref #36777

@dsaxton
Copy link
Member

dsaxton commented Oct 4, 2020

@BEANNAN If you add this to the flake8-rst ignore list in setup.cfg that should fix the lint error:

E203,  # space before : (needed for how black formats slicing)

@aniaan
Copy link
Contributor Author

aniaan commented Oct 4, 2020

@BEANNAN If you add this to the flake8-rst ignore list in setup.cfg that should fix the lint error:

E203,  # space before : (needed for how black formats slicing)

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")
Copy link
Member

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

Copy link
Contributor Author

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?

Copy link
Member

@dsaxton dsaxton Oct 4, 2020

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

@dsaxton dsaxton merged commit 6f6310b into pandas-dev:master Oct 4, 2020
@dsaxton
Copy link
Member

dsaxton commented Oct 4, 2020

Thanks @BEANNAN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants