Skip to content

Commit cd85cb5

Browse files
committed
Adjust develpment optional packages
1 parent 1f4bd6e commit cd85cb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ dynamic = ["version"]
5252

5353
[project.optional-dependencies]
5454
dev = [
55-
"flake8",
5655
"pre-commit",
5756
"pytest",
57+
"black",
58+
"isort",
5859
]
5960
full = [
6061
"prompt-toolkit", # Alternate interface, akin to GNU Readline

0 commit comments

Comments
 (0)