Skip to content

Commit 6f0b68e

Browse files
authored
Merge pull request #259 from pulp/update_cookiecutter
Update cookiecutter
2 parents 0426718 + fc8b7dd commit 6f0b68e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ ignore_missing_imports = true
147147
# This section is managed by the cookiecutter templates.
148148
current_version = "0.5.0.dev"
149149
commit = false
150+
pre_commit_hooks = ["uv lock", "git add uv.lock"]
150151
tag = false
151152
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<release>[a-z]+))?"
152153
serialize = [
@@ -207,7 +208,6 @@ sections = { second-party = ["pulp_glue"] }
207208
section-order = ["future", "standard-library", "third-party", "second-party", "first-party", "local-folder"]
208209

209210

210-
211211
[tool.uv.sources]
212212
# This section is managed by the cookiecutter templates.
213213
pulp-glue-deb = { workspace = true }
@@ -222,7 +222,6 @@ module-name = ["pulpcore.cli"]
222222
namespace = true
223223
source-exclude = ["*.pot", "*.po", "**/*\\~"]
224224

225-
226225
[dependency-groups]
227226
# This section is managed by the cookiecutter templates.
228227
dev = [

0 commit comments

Comments
 (0)