Skip to content

Commit ba44326

Browse files
committed
chore: add development dependencies to pyproject.toml
1 parent 15d0b1b commit ba44326

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@ ignore = ["E501"]
5757

5858
[tool.ruff.lint.pydocstyle]
5959
convention = "google"
60+
61+
[dependency-groups]
62+
dev = [
63+
"black>=26.1.0",
64+
"isort>=7.0.0",
65+
"ruff>=0.14.14",
66+
]

0 commit comments

Comments
 (0)