We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac3678 commit 4576dceCopy full SHA for 4576dce
pyproject.toml
@@ -25,12 +25,8 @@ dependencies = [
25
Homepage = "https://github.com/defi-wonderland/python-notebook-boilerplate"
26
Repository = "https://github.com/defi-wonderland/python-notebook-boilerplate"
27
28
-[build-system]
29
-requires = ["hatchling"]
30
-build-backend = "hatchling.build"
31
-
32
-[tool.uv]
33
-dev-dependencies = [
+[dependency-groups]
+dev = [
34
"ruff>=0.8.0",
35
"pre-commit>=4.0.0",
36
"commitizen>=4.1.0",
0 commit comments