We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f4022 + df7f751 commit d6bf4a9Copy full SHA for d6bf4a9
3 files changed
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 839686f
+_commit: d56cb12
3
_src_path: https://github.com/python-project-templates/base.git
4
add_extension: rust
5
email: 3105306+timkpaine@users.noreply.github.com
.gitignore
@@ -129,6 +129,9 @@ docs/_build/
129
/site
130
docs/api
131
docs/index.md
132
+docs/html
133
+docs/jupyter_execute
134
+index.md
135
_template/labextension
136
137
# Jupyter
pyproject.toml
@@ -136,7 +136,6 @@ fail_under = 50
[tool.pytest.ini_options]
138
addopts = ["-vvv", "--junitxml=junit.xml"]
139
-asyncio_mode = "strict"
140
testpaths = "python_template_rust/tests"
141
142
[tool.ruff]
0 commit comments