Skip to content

Commit d6bf4a9

Browse files
authored
Merge pull request #43 from python-project-templates/copier-update-2025-05-25T05-11-34
Update from copier (2025-05-25T05:11:34)
2 parents c2f4022 + df7f751 commit d6bf4a9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.copier-answers.yml

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: 839686f
2+
_commit: d56cb12
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: rust
55
email: 3105306+timkpaine@users.noreply.github.com

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ docs/_build/
129129
/site
130130
docs/api
131131
docs/index.md
132+
docs/html
133+
docs/jupyter_execute
134+
index.md
132135
_template/labextension
133136

134137
# Jupyter

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ fail_under = 50
136136

137137
[tool.pytest.ini_options]
138138
addopts = ["-vvv", "--junitxml=junit.xml"]
139-
asyncio_mode = "strict"
140139
testpaths = "python_template_rust/tests"
141140

142141
[tool.ruff]

0 commit comments

Comments
 (0)