Skip to content

Commit

Permalink
FIX: do not remove jupyterlab-code-formatter (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Oct 24, 2024
1 parent 3981966 commit 767f680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/compwa_policy/check_dev_files/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ def _update_dev_requirements(no_ruff: bool) -> None:
"black", ignored_sections=["doc", "notebooks", "test"]
)
pyproject.remove_dependency("isort")
pyproject.remove_dependency("jupyterlab-code-formatter")
ruff_packages = {
"jupyterlab-code-formatter >=3.0.0",
"jupyterlab-code-formatter",
"python-lsp-ruff",
}
packages.update(ruff_packages)
Expand Down

0 comments on commit 767f680

Please sign in to comment.