File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 839686f
2
+ _commit : d56cb12
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : rust
5
5
email : 3105306+timkpaine@users.noreply.github.com
Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ docs/_build/
129
129
/site
130
130
docs /api
131
131
docs /index.md
132
+ docs /html
133
+ docs /jupyter_execute
134
+ index.md
132
135
_template /labextension
133
136
134
137
# Jupyter
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ fail_under = 50
136
136
137
137
[tool .pytest .ini_options ]
138
138
addopts = [" -vvv" , " --junitxml=junit.xml" ]
139
- asyncio_mode = " strict"
140
139
testpaths = " python_template_rust/tests"
141
140
142
141
[tool .ruff ]
You can’t perform that action at this time.
0 commit comments