Skip to content

Commit

Permalink
Chore: Format code using recent pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 18, 2025
1 parent 4bbe336 commit c254954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ optional-dependencies.all = [
]
optional-dependencies.cli = [
"click<9",
"click-aliases<2,>=1.0.4",
"click-aliases>=1.0.4,<2",
"colorlog<7",
"python-dotenv<2",
]
Expand Down Expand Up @@ -104,7 +104,7 @@ optional-dependencies.notebook = [
"nbclient<0.11",
"nbdime<5",
"notebook<8",
"pytest-notebook<0.11,>=0.10",
"pytest-notebook>=0.10,<0.11",
"testbook<0.5",
]
optional-dependencies.proc = [
Expand Down

0 comments on commit c254954

Please sign in to comment.