Skip to content

Commit

Permalink
Remove experimental label from Jupyter docs (#6655)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 17, 2023
1 parent 1050142 commit a8d7bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8d7bba

Please sign in to comment.