diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 3a6e16a..c290c6c 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: b74d698 +_commit: 37f89c1 _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/pyproject.toml b/pyproject.toml index 19fb280..eb89905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ develop = [ "pytest-cov", "ruff>=0.9,<0.15", "twine", + "ty", "uv", "wheel", ]