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 = [