Skip to content

Commit

Permalink
added isort as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen de Vries authored and fzumstein committed May 30, 2023
1 parent e9d00a0 commit 4c3d5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ reports = [
]
all = [
"black",
"isort",
"Jinja2",
"pandas",
"matplotlib",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"reports": ["Jinja2", "pdfrw"],
"all": [
"black",
"isort",
"Jinja2",
"pandas",
"matplotlib",
Expand Down

0 comments on commit 4c3d5c8

Please sign in to comment.