mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
docs: fix jupyter notebook discovery info for editors (#22447)
Resolves #21892 ## Summary This PR updates `docs/editors/features.md` to clarify that Jupyter Notebooks are now included by default as of version 0.6.0.
This commit is contained in:
@@ -96,10 +96,10 @@ capabilities available to Python files.
|
||||
|
||||
!!! note
|
||||
|
||||
Unlike [`ruff-lsp`](https://github.com/astral-sh/ruff-lsp) and similar to the Ruff's CLI, the
|
||||
native language server requires user to explicitly include the Jupyter Notebook files in the set
|
||||
of files to lint and format. Refer to the [Jupyter Notebook discovery](https://docs.astral.sh/ruff/configuration/#jupyter-notebook-discovery)
|
||||
section on how to do this.
|
||||
Ruff has built-in support for Jupyter Notebooks. The native language server will discover and
|
||||
lint or format `.ipynb` files by default as of version 0.6.0. Refer to the
|
||||
[Jupyter Notebook discovery](../configuration.md#jupyter-notebook-discovery) section for
|
||||
more details.
|
||||
|
||||
<img
|
||||
src="https://astral.sh/static/GIF/v0.4.5/ipynb_editing_vscode.gif"
|
||||
|
||||
Reference in New Issue
Block a user