From 6e747bb301dc436d9877377e61e40c0aa7a37907 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 3 May 2026 08:13:12 +0000 Subject: [PATCH] Update cookiecutter --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5058940..21fb4da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ ignore_missing_imports = true # This section is managed by the cookiecutter templates. current_version = "0.7.0.dev" commit = false +pre_commit_hooks = ["uv lock", "git add uv.lock"] tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\.(?P[a-z]+))?" serialize = [ @@ -201,7 +202,6 @@ sections = { second-party = ["pulp_glue"] } section-order = ["future", "standard-library", "third-party", "second-party", "first-party", "local-folder"] - [tool.uv.sources] # This section is managed by the cookiecutter templates. pulp-glue-gem = { workspace = true } @@ -216,7 +216,6 @@ module-name = ["pulpcore.cli"] namespace = true source-exclude = ["*.pot", "*.po", "**/*\\~"] - [dependency-groups] # This section is managed by the cookiecutter templates. dev = [