From b114b64cce8916c3ab98561eb0574157d7831693 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 05:12:16 +0000 Subject: [PATCH] Update from copier (2025-05-18T05:12:16) --- .copier-answers.yml | 2 +- .gitignore | 3 +++ pyproject.toml | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 0868241..362c13c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 839686f +_commit: d56cb12 _src_path: https://github.com/python-project-templates/base.git add_extension: rust email: 3105306+timkpaine@users.noreply.github.com diff --git a/.gitignore b/.gitignore index ba3d5bc..1504421 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,9 @@ docs/_build/ /site docs/api docs/index.md +docs/html +docs/jupyter_execute +index.md _template/labextension # Jupyter diff --git a/pyproject.toml b/pyproject.toml index 8d5a34b..bdebdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,6 @@ fail_under = 50 [tool.pytest.ini_options] addopts = ["-vvv", "--junitxml=junit.xml"] -asyncio_mode = "strict" testpaths = "python_template_rust/tests" [tool.ruff]