Skip to content

Commit

Permalink
DX: install isort in jupyter dependencies (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Nov 29, 2023
1 parent db7efda commit acdfb85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/repoma/check_dev_files/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def _update_dev_requirements() -> None:
return
hierarchy = ["jupyter", "dev"]
dependencies = [
"isort",
"jupyterlab",
"jupyterlab-code-formatter",
"jupyterlab-git",
Expand Down

0 comments on commit acdfb85

Please sign in to comment.