Skip to content

Commit

Permalink
FIX: keep black in doc dependencies (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Aug 6, 2024
1 parent 0760d7d commit 2c9eba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compwa_policy/check_dev_files/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def _update_dev_requirements(no_ruff: bool) -> None:
"python-lsp-server[rope]",
}
if not no_ruff:
pyproject.remove_dependency("black")
pyproject.remove_dependency("black", ignored_sections=["doc", "test"])
pyproject.remove_dependency("isort")
pyproject.remove_dependency("jupyterlab-code-formatter")
ruff_packages = {
Expand Down

0 comments on commit 2c9eba2

Please sign in to comment.