Skip to content

Commit 4576dce

Browse files
committed
fix: remove build-system and use dependency-groups for dev deps
1 parent 6ac3678 commit 4576dce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,8 @@ dependencies = [
2525
Homepage = "https://github.com/defi-wonderland/python-notebook-boilerplate"
2626
Repository = "https://github.com/defi-wonderland/python-notebook-boilerplate"
2727

28-
[build-system]
29-
requires = ["hatchling"]
30-
build-backend = "hatchling.build"
31-
32-
[tool.uv]
33-
dev-dependencies = [
28+
[dependency-groups]
29+
dev = [
3430
"ruff>=0.8.0",
3531
"pre-commit>=4.0.0",
3632
"commitizen>=4.1.0",

0 commit comments

Comments
 (0)