Skip to content

Commit bbb05cf

Browse files
committed
remove black from dev deps
1 parent 42c0382 commit bbb05cf

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,18 @@ dynamic = ["version"]
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"black",
4443
"deepdiff",
44+
"json_schema_for_humans",
4545
"jsonschema",
46+
"jupyter",
4647
"lxml",
48+
"pdoc",
49+
"pre-commit",
50+
"pyright==1.1.404",
4751
"pytest-cov",
4852
"pytest",
4953
"python-dotenv",
5054
"respx",
51-
"json_schema_for_humans",
52-
"jupyter-black",
53-
"jupyter",
54-
"pdoc",
55-
"pre-commit",
56-
"pyright==1.1.404",
5755
"ruff",
5856
]
5957

0 commit comments

Comments
 (0)