diff --git a/src/repoma/check_dev_files/jupyter.py b/src/repoma/check_dev_files/jupyter.py index 37f15465..8f213e5d 100644 --- a/src/repoma/check_dev_files/jupyter.py +++ b/src/repoma/check_dev_files/jupyter.py @@ -19,6 +19,7 @@ def _update_dev_requirements() -> None: "jupyterlab-git", "jupyterlab-lsp", "jupyterlab-myst", + "python-lsp-ruff", "python-lsp-server[rope]", ] executor = Executor()