From dd1a5667316d015ced17594f3db3ac14742ac442 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 05:25:48 +0000 Subject: [PATCH 1/3] Update from copier (2026-02-22T05:25:48) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .gitignore | 10 +++++++--- Makefile | 11 +++++++---- pyproject.toml | 21 ++++++++++----------- 4 files changed, 25 insertions(+), 19 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 148660f..bab8839 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 4f23417 +_commit: 08a244d _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/.gitignore b/.gitignore index 80b552b..71ef597 100644 --- a/.gitignore +++ b/.gitignore @@ -141,14 +141,12 @@ js/node_modules js/test-results js/playwright-report js/*.tgz -ccflow/extension # Jupyter .ipynb_checkpoints .autoversion Untitled*.ipynb -!ccflow/extension/ccflow.json -!ccflow/extension/install.json +ccflow/extension ccflow/nbextension ccflow/labextension @@ -158,6 +156,7 @@ ccflow/labextension # Rust target +<<<<<<< before updating # Examples outputs raw.html @@ -165,3 +164,8 @@ extracted.csv etl.db lobsters.html lobsters.csv +======= +# Hydra +outputs/ +multirun/ +>>>>>>> after updating diff --git a/Makefile b/Makefile index d36f17c..a4437b6 100644 --- a/Makefile +++ b/Makefile @@ -46,12 +46,15 @@ format: fix ################ # Other Checks # ################ -.PHONY: check-manifest checks check +.PHONY: check-dist check-types checks check -check-manifest: ## check python sdist manifest with check-manifest - check-manifest -v +check-dist: ## check python sdist and wheel with check-dist + check-dist -v -checks: check-manifest +check-types: ## check python types with ty + ty check --python $$(which python) + +checks: check-dist # Alias check: checks diff --git a/pyproject.toml b/pyproject.toml index 98f3f5c..e598e1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "hatchling", ] -build-backend="hatchling.build" +build-backend = "hatchling.build" [project] name = "ccflow" @@ -71,13 +71,19 @@ full = [ develop = [ "build", "bump-my-version", - "check-manifest", - "codespell>=2.4,<2.5", + "check-dist", + "codespell", "hatchling", - "mdformat>=0.7.22,<1.1", + "mdformat", "mdformat-tables>=1", +<<<<<<< before updating "ruff>=0.9,<0.15", "toml", +======= + "pytest", + "pytest-cov", + "ruff", +>>>>>>> after updating "twine", "ty", "uv", @@ -135,13 +141,6 @@ filename = "pyproject.toml" search = 'version = "{current_version}"' replace = 'version = "{new_version}"' -[tool.check-manifest] -ignore = [ - ".copier-answers.yaml", - "Makefile", - "docs/**/*", -] - [tool.coverage.run] branch = true omit = [ From c952bb3befb0ef4a537e6db7d51690ba736ac7ab Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 22 Feb 2026 13:56:37 -0500 Subject: [PATCH 2/3] Update .gitignore Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 71ef597..d1b1466 100644 --- a/.gitignore +++ b/.gitignore @@ -156,16 +156,13 @@ ccflow/labextension # Rust target -<<<<<<< before updating +# Hydra +outputs/ +multirun/ + # Examples -outputs raw.html extracted.csv etl.db lobsters.html lobsters.csv -======= -# Hydra -outputs/ -multirun/ ->>>>>>> after updating From b685fbd668dca1c26d2773e51406b22301fd1a78 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 22 Feb 2026 13:57:08 -0500 Subject: [PATCH 3/3] Update pyproject.toml Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- pyproject.toml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e598e1b..2279055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,14 +76,8 @@ develop = [ "hatchling", "mdformat", "mdformat-tables>=1", -<<<<<<< before updating - "ruff>=0.9,<0.15", - "toml", -======= - "pytest", - "pytest-cov", "ruff", ->>>>>>> after updating + "toml", "twine", "ty", "uv", @@ -166,9 +160,7 @@ packages = [ "ccflow", ] exclude = [ - "/.github", - "/.gitignore", - "/docs", + "docs", ] [tool.hatch.build.targets.wheel] @@ -176,9 +168,7 @@ packages = [ "ccflow", ] exclude = [ - "/.github", - "/.gitignore", - "/docs", + "docs", ] [tool.hatch.build.targets.wheel.shared-data]