From f860c9361fb23286c7b40675aede690d5559b72a Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 05:13:17 +0000 Subject: [PATCH 1/2] Update from copier (2025-07-06T05:13:17) --- .copier-answers.yaml | 3 ++- .gitignore | 5 +++-- pyproject.toml | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 6ee86b1..bf44e6c 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,6 +1,7 @@ # Changes here will be overwritten by Copier -_commit: 42057e0 +_commit: 8c06bd5 _src_path: https://github.com/python-project-templates/base.git +add_docs: false add_extension: python email: t.paine154@gmail.com github: python-project-templates diff --git a/.gitignore b/.gitignore index ba3d5bc..3c6481f 100644 --- a/.gitignore +++ b/.gitignore @@ -125,11 +125,12 @@ dmypy.json .pyre/ # Documentation -docs/_build/ /site +index.md +docs/_build/ +docs/src/_build/ docs/api docs/index.md -_template/labextension # Jupyter .ipynb_checkpoints diff --git a/pyproject.toml b/pyproject.toml index ba46f20..48613ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ known-first-party = ["yardang"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] +<<<<<<< before updating "__init__.py" = ["F401"] [tool.yardang] @@ -167,3 +168,6 @@ autodoc_pydantic_model_member_order = "bysource" autodoc_pydantic_model_show_json = true autodoc_pydantic_settings_show_json = false autodoc_pydantic_model_show_field_summary = false +======= +"__init__.py" = ["F401", "F403"] +>>>>>>> after updating From 7dca1a0b57f353167f09f37ab4e090cb1d63fa83 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:57:12 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 48613ba..40232e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,8 +128,7 @@ known-first-party = ["yardang"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] -<<<<<<< before updating -"__init__.py" = ["F401"] +"__init__.py" = ["F401", "F403"] [tool.yardang] root = "docs/src/home.md" @@ -168,6 +167,3 @@ autodoc_pydantic_model_member_order = "bysource" autodoc_pydantic_model_show_json = true autodoc_pydantic_settings_show_json = false autodoc_pydantic_model_show_field_summary = false -======= -"__init__.py" = ["F401", "F403"] ->>>>>>> after updating