Spaces:
Running
Running
build: add rye dev dependencies
Browse files- pyproject.toml +6 -0
pyproject.toml
CHANGED
|
@@ -29,3 +29,9 @@ dependencies = {file = "requirements.txt"}
|
|
| 29 |
|
| 30 |
[tool.isort]
|
| 31 |
profile = "black"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
[tool.isort]
|
| 31 |
profile = "black"
|
| 32 |
+
|
| 33 |
+
[tool.rye]
|
| 34 |
+
dev-dependencies = [
|
| 35 |
+
"pre-commit>=3.7.0",
|
| 36 |
+
"ipython>=8.23.0",
|
| 37 |
+
]
|