From 643b5b26bee239ccbe8af3fad9ea346483764a4d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:14:25 +0000 Subject: [PATCH] Update from copier (2026-02-24T04:14:25) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2088c4e..12ca2d6 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 08a244d +_commit: 222d96b _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cppjswasm diff --git a/pyproject.toml b/pyproject.toml index 68a72f5..5818d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,6 +106,7 @@ branch = true omit = [ "python_template_cppjswasm/tests/integration/", ] + [tool.coverage.report] exclude_also = [ "raise NotImplementedError",