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

Add instructions for configuring linting in the Python documentation using Ruff extension #14896

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

code-yeongyu
Copy link
Contributor

@code-yeongyu code-yeongyu commented Jul 21, 2024

Release Notes:

I also suggest replacing format guides from black to ruff to unify the tooling in the document.

Ruff is now widely used in the Python community, including fastapi. It's compatible with black but a lot faster.

Copy link

cla-bot bot commented Jul 21, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @code-yeongyu on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@code-yeongyu
Copy link
Contributor Author

@cla-bot check

Copy link

cla-bot bot commented Jul 21, 2024

We require contributors to sign our Contributor License Agreement, and we don't have @code-yeongyu on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

Copy link

cla-bot bot commented Jul 21, 2024

The cla-bot has been summoned, and re-checked this pull request!

@code-yeongyu
Copy link
Contributor Author

@cla-bot check

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jul 21, 2024
Copy link

cla-bot bot commented Jul 21, 2024

The cla-bot has been summoned, and re-checked this pull request!

@osiewicz osiewicz merged commit a334c69 into zed-industries:main Jul 22, 2024
10 checks passed
@osiewicz
Copy link
Contributor

Thanks :)

CharlesChen0823 pushed a commit to CharlesChen0823/zed that referenced this pull request Jul 29, 2024
…using Ruff extension (zed-industries#14896)

Added documentation for zed-industries#14198

I also suggest replacing format guides from `black` to `ruff` to unify
the tooling in the document.

Ruff is now widely used in the Python community, including
[fastapi](https://github.com/tiangolo/fastapi/blob/cd6e9db0653eabbf0fb14908c73939a11a131058/pyproject.toml#L213).
It's compatible with black but a lot faster.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants