Skip to content

Commit a8d7bba

Browse files
authored
Remove experimental label from Jupyter docs (#6655)
1 parent 1050142 commit a8d7bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ For example, `ruff check /path/to/excluded/file.py` will always lint `file.py`.
329329

330330
## Jupyter Notebook discovery
331331

332-
Ruff has built-in experimental support for linting [Jupyter Notebooks](https://jupyter.org/).
332+
Ruff has built-in support for linting [Jupyter Notebooks](https://jupyter.org/).
333333

334334
To opt in to linting Jupyter Notebook (`.ipynb`) files, add the `*.ipynb` pattern to your
335335
[`include`](settings.md#include) setting, like so:

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ For a detailed explanation, see the [contributing guide](contributing.md).
321321

322322
## Does Ruff support Jupyter Notebooks?
323323

324-
Ruff has built-in experimental support for linting [Jupyter Notebooks](https://jupyter.org/).
324+
Ruff has built-in support for linting [Jupyter Notebooks](https://jupyter.org/).
325325

326326
To opt in to linting Jupyter Notebook (`.ipynb`) files, add the `*.ipynb` pattern to your
327327
[`include`](settings.md#include) setting, like so:

0 commit comments

Comments
 (0)