From 9c88636440680cf260235324418a44bff2fa5ab1 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 05:14:17 +0000 Subject: [PATCH 1/2] Update from copier (2025-09-14T05:14:17) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 62773b6..fe02719 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: c124449 +_commit: a74894d _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 79684bb..ed2e334 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ hatch_cpp/extension # Jupyter .ipynb_checkpoints .autoversion +Untitled*.ipynb !hatch_cpp/extension/hatch_cpp.json !hatch_cpp/extension/install.json hatch_cpp/nbextension From 47709d677d0d1531995a5c2a44665ea47d6b8aed Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 14 Sep 2025 19:49:55 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee5e24d..ee94b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ exclude_also = [ "@(abc\\.)?abstractmethod", ] ignore_errors = true -fail_under = 70 +fail_under = 50 [tool.hatch.build] artifacts = []