Skip to content
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

Switch to 2024 black style #2430

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Switch to 2024 black style #2430

merged 2 commits into from
Feb 7, 2024

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Feb 7, 2024

No description provided.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link

github-actions bot commented Feb 7, 2024

A documentation preview will be available soon.

Help us out by validating the Buildkite preview and reporting issues here.
Please also be sure to double check all images to ensure they are correct in the preview.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

noxfile.py Outdated
@@ -53,7 +53,7 @@ def test(session):

@nox.session()
def format(session):
session.install("black", "isort", "flynt", "unasync")
session.install("black", "isort", "flynt", "unasync", "setuptools")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setuptools is no longer installed by default in recent versions of Python, but unasync requires it.

@pquentin
Copy link
Member Author

pquentin commented Feb 7, 2024

buildkite test this please

@pquentin pquentin merged commit c9506dc into elastic:main Feb 7, 2024
@pquentin pquentin deleted the black-2024 branch February 7, 2024 12:36
github-actions bot pushed a commit that referenced this pull request Feb 7, 2024
(cherry picked from commit c9506dc)
pquentin added a commit that referenced this pull request Feb 8, 2024
(cherry picked from commit c9506dc)

Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
iuliaferoli pushed a commit to iuliaferoli/elasticsearch-py that referenced this pull request Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant