From 6b4a229872733de9431ab9e162b702410c3d7d56 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:48:04 -0500 Subject: [PATCH] check-dist and ty for pure python template --- python/Makefile.jinja | 10 +++++----- python/pyproject.toml.jinja | 8 -------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/python/Makefile.jinja b/python/Makefile.jinja index 663f088..7e0860b 100644 --- a/python/Makefile.jinja +++ b/python/Makefile.jinja @@ -46,15 +46,15 @@ format: fix ################ # Other Checks # ################ -.PHONY: check-manifest check-dist checks check - -check-manifest: ## check python sdist manifest with check-manifest - check-manifest -v +.PHONY: check-dist check-types checks check 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/python/pyproject.toml.jinja b/python/pyproject.toml.jinja index aa3513b..3be1bc1 100644 --- a/python/pyproject.toml.jinja +++ b/python/pyproject.toml.jinja @@ -36,7 +36,6 @@ develop = [ "build", "bump-my-version", "check-dist", - "check-manifest", "codespell", "hatchling", "mdformat", @@ -72,13 +71,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 = [