Skip to content

Commit

Permalink
Removes "jupyter" extra from black formatting to reduce unnecessary d…
Browse files Browse the repository at this point in the history
…epenencies
  • Loading branch information
aaront committed Sep 16, 2024
1 parent 6836b70 commit d90b9ef
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 542 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rope = "*"
mygeotab = {editable = true,path = "."}
mypy = "*"
pytest-asyncio = "*"
black = {extras = ["jupyter"], version = "*"}
black = "*"
requests-mock = "*"
pytest-datadir = "*"
pytest-benchmark = "*"
Expand Down
Loading

0 comments on commit d90b9ef

Please sign in to comment.