Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading