diff --git a/pyproject.toml b/pyproject.toml index 493c254..afb0553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,9 @@ build-backend = "uv_build" [tool.uv] managed = true -dev-dependencies = [ + +[dependency-groups] +dev = [ "pre-commit>=4.2.0", "codespell>=2.4.1", "mypy>=1.15.0",