diff --git a/docs/configuration.md b/docs/configuration.md index cbe8c31cdea73..ee7028124184d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -329,7 +329,7 @@ For example, `ruff check /path/to/excluded/file.py` will always lint `file.py`. ## Jupyter Notebook discovery -Ruff has built-in experimental support for linting [Jupyter Notebooks](https://jupyter.org/). +Ruff has built-in support for linting [Jupyter Notebooks](https://jupyter.org/). To opt in to linting Jupyter Notebook (`.ipynb`) files, add the `*.ipynb` pattern to your [`include`](settings.md#include) setting, like so: diff --git a/docs/faq.md b/docs/faq.md index 5d00f53694eeb..5394e6e184add 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -321,7 +321,7 @@ For a detailed explanation, see the [contributing guide](contributing.md). ## Does Ruff support Jupyter Notebooks? -Ruff has built-in experimental support for linting [Jupyter Notebooks](https://jupyter.org/). +Ruff has built-in support for linting [Jupyter Notebooks](https://jupyter.org/). To opt in to linting Jupyter Notebook (`.ipynb`) files, add the `*.ipynb` pattern to your [`include`](settings.md#include) setting, like so: