1 parent f96bca3 commit ded09d6Copy full SHA for ded09d6
1 file changed
pyproject.toml
@@ -47,7 +47,9 @@ Repository = "https://github.com/rtbnext/sdk-python"
47
48
[project.optional-dependencies]
49
dev = [
50
- "pylint >= 4.0"
+ "pylint >= 4.0",
51
+ "isort >= 8.0",
52
+ "pre_commit >= 4.6"
53
]
54
55
[tool.hatch.build.targets.wheel]
0 commit comments