Skip to content

Commit ded09d6

Browse files
committed
setup dev deps
1 parent f96bca3 commit ded09d6

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
@@ -47,7 +47,9 @@ Repository = "https://github.com/rtbnext/sdk-python"
4747

4848
[project.optional-dependencies]
4949
dev = [
50-
"pylint >= 4.0"
50+
"pylint >= 4.0",
51+
"isort >= 8.0",
52+
"pre_commit >= 4.6"
5153
]
5254

5355
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)