From 5b6ed1d0e9ddbaf613abadaed26a1e7b29d97e44 Mon Sep 17 00:00:00 2001 From: Stephen Kent Date: Fri, 22 May 2026 00:20:27 -0700 Subject: [PATCH] Apply template updates Applied updates from template: v0.6.0...v0.11.0 https://github.com/smkent/copier-python/compare/v0.6.0...v0.11.0 --- .copier-answers.yml | 5 ++++- .pre-commit-config.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 5197ac4..d0c9331 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.6.0 +_commit: v0.11.0 _src_path: . copyright_holder: Stephen Kent copyright_holder_email: smkent@smkent.net @@ -8,6 +8,9 @@ copyright_year: '2026' enable_container: false enable_coverage: true enable_docs: true +enable_features: +- syrupy +- xdist enable_pypi: true github_user: smkent project_description: Copier template for Python projects with modern tooling diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 448e902..8bed4ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: hooks: - id: pretty-format-yaml args: [--autofix, --offset, '2'] - exclude: ^/.copier-.*.yml$ + exclude: ^\.copier-answers\.yml$ - repo: https://github.com/gitleaks/gitleaks rev: v8.30.1 hooks: