Skip to content

Commit fb0de13

Browse files
authored
Merge pull request #118 from python-project-templates/copier-update-2026-08-14T19-09-55Z
Update from Copier (2026-08-14T19-09-55Z)
2 parents dc7f366 + 32952f9 commit fb0de13

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 84508d6
2+
_commit: ebda788
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rust

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ current_version = "0.1.0"
6363
commit = true
6464
tag = true
6565
commit_args = "-s"
66+
pre_commit_hooks = [
67+
"cargo update --workspace",
68+
"git add Cargo.lock",
69+
]
6670

6771
[[tool.bumpversion.files]]
6872
filename = "python_template_rust/__init__.py"

0 commit comments

Comments
 (0)