Skip to content

Commit 0903a24

Browse files
committed
feat: adding black & ruff to dev dependencies
1 parent bdf5d69 commit 0903a24

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ dependencies = [
3030

3131
[project.optional-dependencies]
3232
dev = [
33+
"black",
3334
"pytest>=8.3",
34-
"pytest-cov"
35+
"pytest-cov",
36+
"ruff"
3537
]
3638

3739
[project.urls]

0 commit comments

Comments
 (0)