diff --git a/pyproject.toml b/pyproject.toml index 3662a6d..6e5be6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,13 @@ [project] requires-python = ">= 3.13" +[dependency-groups] +dev = [ + "pre-commit", + "pygobject-stubs", + "ruff", +] + [tool.pyright] exclude = ["**/__pycache__", "**/.*", "_build/**"] typeCheckingMode = "strict"